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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姐???諄 | 10001000101101110011111100111111001111111110011001111000 | 88b73f3f3fe678 |
EUC-JP | 姐???諄 | 10110000101110010011111100111111001111111110101111011001 | b0b93f3f3febd9 |
UTF-8 | 姐잴렮렖諄 | 111001011010011110010000111011001001111010110100111010111010000010101110111010111010000010010110111010001010101110000100 | e5a790ec9eb4eba0aeeba096e8ab84 |
UHC | 姐잴렮렖諄 | 11101110101110111100000011101010100011101011101110001110101010111110001011110100 | eebbc0ea8ebb8eabe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)