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 | ??拙 | 00111111001111111001000011011001 | 3f3f90d9 |
EUC-JP | ??拙 | 00111111001111111100000011011011 | 3f3fc0db |
UTF-8 | 렯롒拙 | 111010111010000010101111111010111010000110010010111001101000101110011001 | eba0afeba192e68b99 |
UHC | 렯롒拙 | 100011101011110010001110110101111111000011110000 | 8ebc8ed7f0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)