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 | 曄ο?僥?? | 100111100100000010000011110011010011111110011001010001100011111100111111 | 9e4083cd3f99463f3f |
EUC-JP | 曄ο?僥?? | 110110111010000110100110110011110011111111010001101001110011111100111111 | dba1a6cf3fd1a73f3f |
UTF-8 | 曄ο풊僥쀯풁 | 1110011010011011100001001100111010111111111011011001001010001010111001011000001110100101111011001000000010101111111011011001001010000001 | e69b84cebfed928ae583a5ec80afed9281 |
UHC | 曄ο풊僥쀯풁 | 111001111010010110100101111011111011111010010000111010001110100110010111111011111011111010001010 | e7a5a5efbe90e8e997efbe8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)