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 | 逍セ鮖ソ關ェ | 111001111001011010111110111010011011100110111111111010001001000010101010 | e796bee9b9bfe890aa |
EUC-JP | 逍セ鮖ソ關ェ | 111011011111011010001110101111101111001010111011100011101011111111101111111100001000111010101010 | edf68ebef2bb8ebfeff08eaa |
UTF-8 | 逍セ鮖ソ關ェ | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010011001011110011100111011111011110110101010 | e9808defbdbee9ae96efbdbfe9979cefbdaa |
UHC | 逍???關? | 1110000111001110001111110011111100111111110011101011110000111111 | e1ce3f3f3fcebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)