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 | ???蒻 | 0011111100111111001111111110010011101000 | 3f3f3fe4e8 |
EUC-JP | 髥??蒻 | 10001111111010011111000000111111001111111110100011101010 | 8fe9f03f3fe8ea |
UTF-8 | 髥롥떔蒻 | 111010011010101110100101111010111010000110100101111010111001011010010100111010001001001010111011 | e9aba5eba1a5eb9694e892bb |
UHC | 髥롥떔蒻 | 1110011110100011100011101110010110001011101010101110010110110110 | e7a38ee58baae5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)