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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蒻ンホ^ | 1110010011101000110111011100111001011110 | e4e8ddce5e |
EUC-JP | 蒻ンホ^ | 11101000111010101000111011011101100011101100111001011110 | e8ea8edd8ece5e |
UTF-8 | 蒻ンホ^ | 11101000100100101011101111101111101111101001110111101111101111101000111001011110 | e892bbefbe9defbe8e5e |
UHC | 蒻??^ | 1110010110110110001111110011111101011110 | e5b63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)