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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??箸? | 0011111100111111100101001010001000111111 | 3f3f94a23f |
EUC-JP | 悰?箸? | 10001111101111011111110000111111110010001010010000111111 | 8fbdfc3fc8a43f |
UTF-8 | 悰렟箸렚 | 111001101000001010110000111010111010000010011111111001111010111010111000111010111010000010011010 | e682b0eba09fe7aeb8eba09a |
UHC | 悰렟箸렚 | 1111000011110101100011101011000011101110110001101000111010101101 | f0f58eb0eec68ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)