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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低朧?窪? | 1001001011100001100111100100111100111111100011000100010100111111 | 92e19e4f3f8c453f |
EUC-JP | 低朧?窪? | 1100010011100011110110111011000000111111101101111010011000111111 | c4e3dbb03fb7a63f |
UTF-8 | 低朧깅窪렊 | 111001001011110110001110111001101001110010100111111010101011100110000101111001111010101010101010111010111010000010001010 | e4bd8ee69ca7eab985e7aaaaeba08a |
UHC | 低朧깅窪렊 | 11101110101110001101011011101000101100011110101111101000110000011000111010100001 | eeb8d6e8b1ebe8c18ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)