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 | 裴ンホ^ | 1110010111101000110111011100111001011110 | e5e8ddce5e |
EUC-JP | 裴ンホ^ | 11101010111010101000111011011101100011101100111001011110 | eaea8edd8ece5e |
UTF-8 | 裴ンホ^ | 11101000101000111011010011101111101111101001110111101111101111101000111001011110 | e8a3b4efbe9defbe8e5e |
UHC | 裴??^ | 1101101111010000001111110011111101011110 | dbd03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)