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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 室縣捨疾 | 1000111010111010111000110111000010001110110011001000111010111110 | 8ebae3708ecc8ebe |
EUC-JP | 室縣捨疾 | 1011110010111100111001011101000110111100110011101011110011000000 | bcbce5d1bccebcc0 |
UTF-8 | 室縣捨疾 | 111001011010111010100100111001111011100010100011111001101000110110101000111001111001011010111110 | e5aea4e7b8a3e68da8e796be |
UHC | 室縣捨疾 | 1110001111111000111110101110001111011110110101111111001011110000 | e3f8fae3ded7f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)