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 | 莟弱9聽 | 1110010010101111100011101110001110000010010110001110001111100011 | e4af8ee38258e3e3 |
EUC-JP | 莟弱9聽 | 1110100010110001101111001110010110100011101110011110011011100101 | e8b1bce5a3b9e6e5 |
UTF-8 | 莟弱9聽 | 111010001000111010011111111001011011110010110001111011111011110010011001111010001000000110111101 | e88e9fe5bcb1efbc99e881bd |
UHC | ?弱9聽 | 00111111111001011011000010100011101110011111010011101001 | 3fe5b0a3b9f4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)