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 | 慫?壕?闇 | 1001110011001111001111111000110110001000001111111000100011000101 | 9ccf3f8d883f88c5 |
EUC-JP | 慫?壕?闇 | 1101100011010001001111111011100111101000001111111011000011000111 | d8d13fb9e83fb0c7 |
UTF-8 | 慫렮壕렔闇 | 111001101000010110101011111010111010000010101110111001011010001110010101111010111010000010010100111010011001011110000111 | e685abeba0aee5a395eba094e99787 |
UHC | 慫렮壕렔闇 | 11110000111101101000111010111011111110111011110110001110101010011110010011100001 | f0f68ebbfbbd8ea9e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)