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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鞁ホシ鞁ホシB | 111010001101100111001110101111001110100011011001110011101011110001000010 | e8d9cebce8d9cebc42 |
EUC-JP | 鞁ホシ鞁ホシB | 11110000110110111000111011001110100011101011110011110000110110111000111011001110100011101011110001000010 | f0db8ece8ebcf0db8ece8ebc42 |
UTF-8 | 鞁ホシ鞁ホシB | 11101001100111101000000111101111101111101000111011101111101111011011110011101001100111101000000111101111101111101000111011101111101111011011110001000010 | e99e81efbe8eefbdbce99e81efbe8eefbdbc42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)