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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 終?葬?? | 10001111010010010011111110010001100100100011111100111111 | 8f493f91923f3f |
EUC-JP | 終?葬?? | 10111101101010100011111111000001111100100011111100111111 | bdaa3fc1f23f3f |
UTF-8 | 終렖葬흔렎 | 111001111011010110000010111010111010000010010110111010001001000110101100111011011001110110010100111010111010000010001110 | e7b582eba096e891aced9d94eba08e |
UHC | 終렖葬흔렎 | 11110000111110111000111010101011111011011111011111001000111001111000111010100100 | f0fb8eabedf7c8e78ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)