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 | 爭?帝絅?? | 111000001010010100111111100100101110100111100011010001000011111100111111 | e0a53f92e9e3443f3f |
EUC-JP | 爭?帝絅?? | 111000001010011100111111110001001110101111100101101001010011111100111111 | e0a73fc4ebe5a53f3f |
UTF-8 | 爭렎帝絅렩렜 | 111001111000100010101101111010111010000010001110111001011011100010011101111001111011010110000101111010111010000010101001111010111010000010011100 | e788adeba08ee5b89de7b585eba0a9eba09c |
UHC | 爭렎帝絅렩렜 | 111011101011001110001110101001001111000010101000110011001110011110001110101101111000111010101110 | eeb38ea4f0a8cce78eb78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)