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 | 雅λ?猥 | 10001001111010111000001111001001001111111110000011001110 | 89eb83c93fe0ce |
EUC-JP | 雅λ?猥 | 10110010111011011010011011001011001111111110000011010000 | b2eda6cb3fe0d0 |
UTF-8 | 雅λ젽猥 | 1110100110011011100001011100111010111011111011001010000010111101111001111000110010100101 | e99b85cebbeca0bde78ca5 |
UHC | 雅λ젽猥 | 1110010010111010101001011110101110100000101011111110100011100101 | e4baa5eba0afe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)