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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迺ス閠瑚寐陝 | 1110011110010010101111011110100010000000100011001110100010011011100001111110100010011111 | e792bde8808ce89b87e89f |
EUC-JP | 迺ス閠瑚寐陝 | 111011011111001010001110101111011110111111100000101110001110101011010101111001111111000010100001 | edf28ebdefe0b8ead5e7f0a1 |
UTF-8 | 迺ス閠瑚寐陝 | 111010001011111110111010111011111011110110111101111010011001011010100000111001111001000110011010111001011010111110010000111010011001100110011101 | e8bfbaefbdbde996a0e7919ae5af90e9999d |
UHC | ???瑚寐陝 | 001111110011111100111111111110111101000111011000110110111110000011101101 | 3f3f3ffbd1d8dbe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)