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 | 塋??傲ゆ | 1001101011001000001111110011111110011000111111001000001011100100 | 9ac83f3f98fc82e4 |
EUC-JP | 塋??傲ゆ | 1101010011001010001111110011111111010000111111101010010011100110 | d4ca3f3fd0fea4e6 |
UTF-8 | 塋뷸뜥傲ゆ | 111001011010000110001011111010111011011110111000111010111001110010100101111001011000001010110010111000111000001010000110 | e5a18bebb7b8eb9ca5e582b2e38286 |
UHC | 塋뷸뜥傲ゆ | 11100111101010111011101011100110100011011010100011100111111011001010101011100110 | e7abbae68da8e7ecaae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)