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 | 裝絅? | 1110010111100100111000110100010000111111 | e5e4e3443f |
EUC-JP | 裝絅? | 1110101011100110111001011010010100111111 | eae6e5a53f |
UTF-8 | 裝絅횐 | 111010001010001110011101111001111011010110000101111011011001101010010000 | e8a39de7b585ed9a90 |
UHC | 裝絅횐 | 111011011111101111001100111001111100100010111010 | edfbcce7c8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)