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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 渦o?] | 100010010101000110000010100011110011111101011101 | 8951828f3f5d |
EUC-JP | 渦o?] | 101100011011001010100011111011110011111101011101 | b1b2a3ef3f5d |
UTF-8 | 渦o쉬] | 11100110101110001010011011101111101111011000111111101100100010011010110001011101 | e6b8a6efbd8fec89ac5d |
UHC | 渦o쉬] | 11101000101111101010001111101111101111011010110001011101 | e8bea3efbdac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)