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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譏頑ッ | 1110011010011000100010101110011010101111 | e6988ae6af |
EUC-JP | 譏頑ッ | 111010111111100010110100111010001000111010101111 | ebf8b4e88eaf |
UTF-8 | 譏頑ッ | 111010001010110110001111111010011010000010010001111011111011110110101111 | e8ad8fe9a091efbdaf |
UHC | 譏頑? | 1101000111000001111010001101011100111111 | d1c1e8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)