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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶??兀?オ | 100100111100111000111111001111111001100101011001001111111000001101001001 | 93ce3f3f99593f8349 |
EUC-JP | 鳶??兀?オ | 110001101101000000111111001111111101000110111010001111111010010110101010 | c6d03f3fd1ba3fa5aa |
UTF-8 | 鳶멧퓘兀덄オ | 111010011011001110110110111010111010100110100111111011011001001110011000111001011000010110000000111010111000110110000100111000111000001010101010 | e9b3b6eba9a7ed9398e58580eb8d84e382aa |
UHC | 鳶멧퓘兀덄オ | 111001101110100110111000111001001011111110000011111010001011010010001000111001111010101110101010 | e6e9b8e4bf83e8b488e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)