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 | 葯溷ア。鞜 | 1110010011011110100111111110010110110001101000011110100011011111 | e4de9fe5b1a1e8df |
EUC-JP | 葯溷ア。鞜 | 11101000111000001101111011100111100011101011000110001110101000011111000011100001 | e8e0dee78eb18ea1f0e1 |
UTF-8 | 葯溷ア。鞜 | 111010001001000110101111111001101011101010110111111011111011110110110001111011111011110110100001111010011001111010011100 | e891afe6bab7efbdb1efbda1e99e9c |
UHC | 葯???? | 111001011011010100111111001111110011111100111111 | e5b53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)