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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???繇?? | 0011111100111111001111111000111111010100110100010011111100111111 | 3f3f3f8fd4d13f3f |
UTF-8 | 歷잏킋繇쏃쉬 | 111011111010011010001100111011001001111010001111111011011000001010001011111001111011100110000111111011001000111110000011111011001000100110101100 | efa68cec9e8fed828be7b987ec8f83ec89ac |
UHC | 歷잏킋繇쏃쉬 | 111001101011100010011111111001111011010010010111111010011010001110011011111010011011110110101100 | e6b89fe7b497e9a39be9bdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)