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 | 胖雫裄 | 111000111111010010001110101101001110010111100000 | e3f48eb4e5e0 |
EUC-JP | 胖雫裄 | 111001101111011010111100101101101110101011100010 | e6f6bcb6eae2 |
UTF-8 | 胖雫裄 | 111010001000001110010110111010011001101110101011111010001010001110000100 | e88396e99babe8a384 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)