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 | ?瀟瀟縟 | 00111111111000000110111011100000011011101110001101110100 | 3fe06ee06ee374 |
EUC-JP | ?瀟瀟縟 | 00111111110111111100111111011111110011111110010111010101 | 3fdfcfdfcfe5d5 |
UTF-8 | 了瀟瀟縟 | 111011111010011010111010111001111000000010011111111001111000000010011111111001111011100010011111 | efa6bae7809fe7809fe7b89f |
UHC | 了瀟瀟縟 | 1110100011100111111000011011111011100001101111101110100110110010 | e8e7e1bee1bee9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)