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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 懿?v懿?vB | 100111001111001000111111011101101001110011110010001111110111011001000010 | 9cf23f769cf23f7642 |
EUC-JP | 懿?v懿?vB | 110110001111010000111111011101101101100011110100001111110111011001000010 | d8f43f76d8f43f7642 |
UTF-8 | 懿받v懿받vB | 111001101000011110111111111010111011000010011011011101101110011010000111101111111110101110110000100110110111011001000010 | e687bfebb09b76e687bfebb09b7642 |
UHC | 懿받v懿받vB | 1110101111110011101110011101111001110110111010111111001110111001110111100111011001000010 | ebf3b9de76ebf3b9de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)