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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 癌??U | 1000101011100000001111110011111101010101 | 8ae03f3f55 |
EUC-JP | 癌??U | 1011010011100010001111110011111101010101 | b4e23f3f55 |
UTF-8 | 癌꿱눎U | 11100111100110011000110011101010101111111011000111101011100010001000111001010101 | e7998ceabfb1eb888e55 |
UHC | 癌꿱눎U | 11100100110111111011001011101000100001111010101001010101 | e4dfb2e887aa55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)