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 | 瀟腱瀟嗇 | 1110000001101110111001000100011011100000011011101001101010100101 | e06ee446e06e9aa5 |
EUC-JP | 瀟腱瀟嗇 | 1101111111001111111001111010011111011111110011111101010010100111 | dfcfe7a7dfcfd4a7 |
UTF-8 | 瀟腱瀟嗇 | 111001111000000010011111111010001000010110110001111001111000000010011111111001011001011110000111 | e7809fe885b1e7809fe59787 |
UHC | 瀟腱瀟嗇 | 1110000110111110110010111111001011100001101111101101111111100000 | e1becbf2e1bedfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)