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 | 僥??易?? | 1001100101000110001111110011111110001000110101010011111100111111 | 99463f3f88d53f3f |
EUC-JP | 僥??易?? | 1101000110100111001111110011111110110000110101110011111100111111 | d1a73f3fb0d73f3f |
UTF-8 | 僥욕폀易뽩ㅁ | 111001011000001110100101111011001001101010010101111011011000111110000000111001101001100010010011111010111011110110101001111000111000010110000001 | e583a5ec9a95ed8f80e69893ebbda9e38581 |
UHC | 僥욕폀易뽩ㅁ | 111010001110100110111111111001011011110010001111111001101011011010010110111001011010010010110001 | e8e9bfe5bc8fe6b696e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)