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 | 暗??飮 | 100010001100001100111111001111111001111101011010 | 88c33f3f9f5a |
EUC-JP | 暗??飮 | 101100001100010100111111001111111101110110111011 | b0c53f3fddbb |
UTF-8 | 暗삠끏飮 | 111001101001101010010111111011001000001010100000111010111000000110001111111010011010001110101110 | e69a97ec82a0eb818fe9a3ae |
UHC | 暗삠끏飮 | 1110010011011110101110111110001110000101101111111110101111100110 | e4debbe385bfebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)