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 | 秧??押?オ | 111000100101111000111111001111111000100110011111001111111000001101001001 | e25e3f3f899f3f8349 |
EUC-JP | 秧??押?オ | 111000111011111100111111001111111011001010100001001111111010010110101010 | e3bf3f3fb2a13fa5aa |
UTF-8 | 秧섊윮押띄オ | 111001111010011110100111111011001000010010001010111011001001110010101110111001101000101010111100111010111001110110000100111000111000001010101010 | e7a7a7ec848aec9caee68abceb9d84e382aa |
UHC | 秧섊윮押띄オ | 111001001110101110011000111001111001111110101101111001001110001110110110111001111010101110101010 | e4eb98e79fade4e3b6e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)