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 | 曖??崖?? | 1001111001000010001111110011111110001010010100100011111100111111 | 9e423f3f8a523f3f |
EUC-JP | 曖??崖?? | 1101101110100011001111110011111110110011101100110011111100111111 | dba33f3fb3b33f3f |
UTF-8 | 曖면퐦崖ㅹ닎 | 111001101001101110010110111010111010100110110100111011011001000010100110111001011011010010010110111000111000010110111001111010111000101110001110 | e69b96eba9b4ed90a6e5b496e385b9eb8b8e |
UHC | 曖면퐦崖ㅹ닎 | 111001001111001010111000111010011011110110001111111001001111000010100100111010011000100010010100 | e4f2b8e9bd8fe4f0a4e98894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)