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 | 悌拔前??? | 100100101110111010011101010101011001000101001111001111110011111100111111 | 92ee9d55914f3f3f3f |
EUC-JP | 悌拔前??? | 110001001111000011011001101101101100000110110000001111110011111100111111 | c4f0d9b6c1b03f3f3f |
UTF-8 | 悌拔前뤋툗퐹 | 111001101000001010001100111001101000101110010100111001011000100110001101111010111010010010001011111011011000100010010111111011011001000010111001 | e6828ce68b94e5898deba48bed8897ed90b9 |
UHC | 悌拔前뤋툗퐹 | 111100001010101011011010111110111110111011110001100011111011101110111000100011101011111001000010 | f0aadafbeef18fbbb88ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)