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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??扼? | 0011111100111111100111010100111000111111 | 3f3f9d4e3f |
EUC-JP | ??扼? | 0011111100111111110110011010111100111111 | 3f3fd9af3f |
UTF-8 | 롔롌扼롆 | 111010111010000110010100111010111010000110001100111001101000100110111100111010111010000110000110 | eba194eba18ce689bceba186 |
UHC | 롔롌扼롆 | 1000111011011000100011101101001011100100111110011000111011001100 | 8ed88ed2e4f98ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)