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 | 疇笞溽 | 111000010110010111100010100110101001111111100111 | e165e29a9fe7 |
EUC-JP | 疇笞溽 | 111000011100011011100011111110101101111011101001 | e1c6e3fadee9 |
UTF-8 | 疇笞溽 | 111001111001011010000111111001111010110010011110111001101011101010111101 | e79687e7ac9ee6babd |
UHC | 疇笞? | 1111000111000010111101111100001000111111 | f1c2f7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)