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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?淨?猥 | 1001001010100010001111111001111111000100001111111110000011001110 | 92a23f9fc43fe0ce |
EUC-JP | 弔?淨?猥 | 1100010010100100001111111101111011000110001111111110000011010000 | c4a43fdec63fe0d0 |
UTF-8 | 弔렟淨렠猥 | 111001011011110010010100111010111010000010011111111001101011011110101000111010111010000010100000111001111000110010100101 | e5bc94eba09fe6b7a8eba0a0e78ca5 |
UHC | 弔렟淨렠猥 | 11110000110000001000111010110000111011111110010010001110101100011110100011100101 | f0c08eb0efe48eb1e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)