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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵈ンホ鵈ンホ^ | 111010011111110011011101110011101110100111111100110111011100111001011110 | e9fcddcee9fcddce5e |
EUC-JP | 鵈ンホ鵈ンホ^ | 11110010111111101000111011011101100011101100111011110010111111101000111011011101100011101100111001011110 | f2fe8edd8ecef2fe8edd8ece5e |
UTF-8 | 鵈ンホ鵈ンホ^ | 11101001101101011000100011101111101111101001110111101111101111101000111011101001101101011000100011101111101111101001110111101111101111101000111001011110 | e9b588efbe9defbe8ee9b588efbe9defbe8e5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)