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 | ???a?? | 001111110011111100111111011000010011111100111111 | 3f3f3f613f3f |
SJIS-WIN | 搖??a要? | 1001110110001010001111110011111101100001100101110111011000111111 | 9d8a3f3f6197763f |
EUC-JP | 搖??a要? | 1101100111101010001111110011111101100001110011011101011100111111 | d9ea3f3f61cdd73f |
UTF-8 | 搖쇽쉽a要뺜 | 11100110100100001001011011101100100001111011110111101100100010011011110101100001111010001010011010000001111010111011101010011100 | e69096ec87bdec89bd61e8a681ebba9c |
UHC | 搖쇽쉽a要뺜 | 1110100011110100101111001110111110111101101100010110000111101001101010011001010111100100 | e8f4bcefbdb161e9a995e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)