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 | ??κ? | 0011111100111111100000111100100000111111 | 3f3f83c83f |
EUC-JP | ??κ? | 0011111100111111101001101100101000111111 | 3f3fa6ca3f |
UTF-8 | 뤯헤κ씨 | 1110101110100100101011111110110110010111101001001100111010111010111011001001010010101000 | eba4afed97a4cebaec94a8 |
UHC | 뤯헤κ씨 | 1000111111011101110001111110110010100101111010101011111010111110 | 8fddc7eca5eabebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)