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 | ??族 | 00111111001111111001000110110000 | 3f3f91b0 |
EUC-JP | ??族 | 00111111001111111100001010110010 | 3f3fc2b2 |
UTF-8 | 렯렲族 | 111010111010000010101111111010111010000010110010111001101001011110001111 | eba0afeba0b2e6978f |
UHC | 렯렲族 | 100011101011110010001110101111111111000011101001 | 8ebc8ebff0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)