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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?爰?以? | 100100101010001000111111111000001010011100111111100010001100100000111111 | 92a23fe0a73f88c83f |
EUC-JP | 弔?爰?以? | 110001001010010000111111111000001010100100111111101100001100101000111111 | c4a43fe0a93fb0ca3f |
UTF-8 | 弔렩爰렩以렧 | 111001011011110010010100111010111010000010101001111001111000100010110000111010111010000010101001111001001011101110100101111010111010000010100111 | e5bc94eba0a9e788b0eba0a9e4bba5eba0a7 |
UHC | 弔렩爰렩以렧 | 111100001100000010001110101101111110101010111010100011101011011111101100101001001000111010110110 | f0c08eb7eaba8eb7eca48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)