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 | 衍??陰? | 10011111101001010011111100111111100010010100000100111111 | 9fa53f3f89413f |
EUC-JP | 衍??陰? | 11011110101001110011111100111111101100011010001000111111 | dea73f3fb1a23f |
UTF-8 | 衍겸넁陰ㅷ | 111010001010000110001101111010101011001010111000111010111000010010000001111010011001100110110000111000111000010110110111 | e8a18deab2b8eb8481e999b0e385b7 |
UHC | 衍겸넁陰ㅷ | 11100110111000101011000011100010100001101001000111101011111001001010010011100111 | e6e2b0e28691ebe4a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)