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 | 曄ο?箋o? | 10011110010000001000001111001101001111111110001010110011100000101000111100111111 | 9e4083cd3fe2b3828f3f |
EUC-JP | 曄ο?箋o? | 11011011101000011010011011001111001111111110010010110101101000111110111100111111 | dba1a6cf3fe4b5a3ef3f |
UTF-8 | 曄ο풊箋o슐 | 1110011010011011100001001100111010111111111011011001001010001010111001111010111010001011111011111011110110001111111011001000101010010000 | e69b84cebfed928ae7ae8befbd8fec8a90 |
UHC | 曄ο풊箋o슐 | 111001111010010110100101111011111011111010010000111011111010100010100011111011111011110110110110 | e7a5a5efbe90efa8a3efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)