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 | 飮??? | 1001111101011010001111110011111100111111 | 9f5a3f3f3f |
EUC-JP | 飮??? | 1101110110111011001111110011111100111111 | ddbb3f3f3f |
UTF-8 | 飮톅隸똁 | 111010011010001110101110111011011000011010000101111011111010011010111000111010111001100010000001 | e9a3aeed8685efa6b8eb9881 |
UHC | 飮톅隸똁 | 1110101111100110101101110101011011100111111001101000110001000010 | ebe6b756e7e68c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)