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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魍磯#蜊 | 1110100110110001100010001110100110000001100101001110010110001101 | e9b188e98194e58d |
EUC-JP | 魍磯#蜊 | 1111001010110011101100001110101110100001111101001110100111101101 | f2b3b0eba1f4e9ed |
UTF-8 | 魍磯#蜊 | 111010011010110110001101111001111010001110101111111011111011110010000011111010001001110010001010 | e9ad8de7a3afefbc83e89c8a |
UHC | ?磯#? | 001111111101000110110100101000111010001100111111 | 3fd1b4a3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)