To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 言??潁?? | 1000110010111110001111110011111110011111111100010011111100111111 | 8cbe3f3f9ff13f3f |
EUC-JP | 言??潁?? | 1011100011000000001111110011111111011110111100110011111100111111 | b8c03f3fdef33f3f |
UTF-8 | 言ⓨ떧潁욃넍 | 111010001010100010000000111000101001001110101000111010111001011010100111111001101011110110000001111011001001101010000011111010111000010010001101 | e8a880e293a8eb96a7e6bd81ec9a83eb848d |
UHC | 言ⓨ떧潁욃넍 | 111001011110101110101000111001011000101110111010111001111011100010011110111001011000011010011001 | e5eba8e58bbae7b89ee58699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)