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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?邵堯 | 0011111111100111101110001110101010011111 | 3fe7b8ea9f |
EUC-JP | ?邵堯 | 0011111111101110101110101111010010100001 | 3feebaf4a1 |
UTF-8 | 뾸邵堯 | 111010111011111010111000111010011000001010110101111001011010000010101111 | ebbeb8e982b5e5a0af |
UHC | 뾸邵堯 | 100101110111101011100001110100001110100011101011 | 977ae1d0e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)