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 | 低屯?? | 100100101110000110010011110101000011111100111111 | 92e193d43f3f |
EUC-JP | 低屯?? | 110001001110001111000110110101100011111100111111 | c4e3c6d63f3f |
UTF-8 | 低屯렢닸 | 111001001011110110001110111001011011000110101111111010111010000010100010111010111000101110111000 | e4bd8ee5b1afeba0a2eb8bb8 |
UHC | 低屯렢닸 | 1110111010111000110101001110101010001110101100111011010011100110 | eeb8d4ea8eb3b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)