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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?作? | 00111111100011011110110000111111 | 3f8dec3f |
EUC-JP | ?作? | 00111111101110101110111000111111 | 3fbaee3f |
UTF-8 | 걱作걱 | 111010101011000110110001111001001011110110011100111010101011000110110001 | eab1b1e4bd9ceab1b1 |
UHC | 걱作걱 | 101100001100011011101101110000101011000011000110 | b0c6edc2b0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)