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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 渦??蜈??B | 100010010101000100111111001111111110010110000101001111110011111101000010 | 89513f3fe5853f3f42 |
EUC-JP | 渦??蜈??B | 101100011011001000111111001111111110100111100101001111110011111101000010 | b1b23f3fe9e53f3f42 |
UTF-8 | 渦뤄슉蜈랃쉐B | 11100110101110001010011011101011101001001000010011101100100010101000100111101000100111001000100011101011100111101000001111101100100010011001000001000010 | e6b8a6eba484ec8a89e89c88eb9e83ec899042 |
UHC | 渦뤄슉蜈랃쉐B | 11101000101111101011011111101111101111011011010111101000101001011000110111101111101111011010011001000010 | e8beb7efbdb5e8a58defbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)