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 | 終?葬??? | 1000111101001001001111111001000110010010001111110011111100111111 | 8f493f91923f3f3f |
EUC-JP | 終?葬??? | 1011110110101010001111111100000111110010001111110011111100111111 | bdaa3fc1f23f3f3f |
UTF-8 | 終렖葬흔렎렠 | 111001111011010110000010111010111010000010010110111010001001000110101100111011011001110110010100111010111010000010001110111010111010000010100000 | e7b582eba096e891aced9d94eba08eeba0a0 |
UHC | 終렖葬흔렎렠 | 111100001111101110001110101010111110110111110111110010001110011110001110101001001000111010110001 | f0fb8eabedf7c8e78ea48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)