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 | 閼ア謗「莉妨 | 11101000100001001011000111100110100011101010001011100100101110111001011001010111 | e884b1e68ea2e4bb9657 |
EUC-JP | 閼ア謗「莉妨 | 111011111110010010001110101100011110101111101110100011101010001011101000101111011100101110111000 | efe48eb1ebee8ea2e8bdcbb8 |
UTF-8 | 閼ア謗「莉妨 | 111010011001011010111100111011111011110110110001111010001010110010010111111011111011110110100010111010001000111010001001111001011010011010101000 | e996bcefbdb1e8ac97efbda2e88e89e5a6a8 |
UHC | 閼?謗?莉妨 | 11100100110110010011111111011011101111110011111111010111111010011101101110101010 | e4d93fdbbf3fd7e9dbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)