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 | 弔?爰?渦 | 1001001010100010001111111110000010100111001111111000100101010001 | 92a23fe0a73f8951 |
EUC-JP | 弔?爰?渦 | 1100010010100100001111111110000010101001001111111011000110110010 | c4a43fe0a93fb1b2 |
UTF-8 | 弔렩爰렩渦 | 111001011011110010010100111010111010000010101001111001111000100010110000111010111010000010101001111001101011100010100110 | e5bc94eba0a9e788b0eba0a9e6b8a6 |
UHC | 弔렩爰렩渦 | 11110000110000001000111010110111111010101011101010001110101101111110100010111110 | f0c08eb7eaba8eb7e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)