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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛??徇?? | 1110100110000011001111110011111110011100011011010011111100111111 | e9833f3f9c6d3f3f |
EUC-JP | 驛??徇?? | 1111000111100011001111110011111111010111110011100011111100111111 | f1e33f3fd7ce3f3f |
UTF-8 | 驛붾쳢徇낅젩 | 111010011010100110011011111010111011011010111110111011001011001110100010111001011011111010000111111010111000001010000101111011001010000010101001 | e9a99bebb6beecb3a2e5be87eb8285eca0a9 |
UHC | 驛붾쳢徇낅젩 | 111001101011111010010100111010111010101110001000111000101101111110000101111010111010000010100001 | e6be94ebab88e2df85eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)