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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 釭ホーG | 11111011101111011100111011110000101001001011000001000111 | fbbdcef0a4b047 |
EUC-JP | 釭ホ?ーG | 100011111110001110101111100011101100111000111111100011101011000001000111 | 8fe3af8ece3f8eb047 |
UTF-8 | 釭ホーG | 11101001100001111010110111101111101111101000111011101110100000011010001111101111101111011011000001000111 | e987adefbe8eee81a3efbdb047 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)