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 | 壯??疫?? | 1001101011100001001111110011111110001001011101010011111100111111 | 9ae13f3f89753f3f |
EUC-JP | 壯??疫?? | 1101010011100011001111110011111110110001110101100011111100111111 | d4e33f3fb1d63f3f |
UTF-8 | 壯귟뻗疫섓숯 | 111001011010001110101111111010101011011110011111111010111011101110010111111001111001011010101011111011001000010010010011111011001000100010101111 | e5a3afeab79febbb97e796abec8493ec88af |
UHC | 壯귟뻗疫섓숯 | 111011011110000010000010111010001011101110111000111001101011100110011000111011111011110110100001 | ede082e8bbb8e6b998efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)