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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ?船腺A菽 | 0011111110010001010001001001000101000010010000011110010011000001 | 3f9144914241e4c1 |
EUC-JP | 饍船腺A菽 | 10001111111010001110110111000001101001011100000110100011010000011110100011000011 | 8fe8edc1a5c1a341e8c3 |
UTF-8 | 饍船腺A菽 | 11101001101001011000110111101000100010001011100111101000100001011011101001000001111010001000111110111101 | e9a58de888b9e885ba41e88fbd |
UHC | 饍船腺A菽 | 111000001101011111100000110011111110000011001101010000011110001011011101 | e0d7e0cfe0cd41e2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)