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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莟弱ぅ | 111001001010111110001110111000111000001010100011 | e4af8ee382a3 |
EUC-JP | 莟弱ぅ | 111010001011000110111100111001011010010010100101 | e8b1bce5a4a5 |
UTF-8 | 莟弱ぅ | 111010001000111010011111111001011011110010110001111000111000000110000101 | e88e9fe5bcb1e38185 |
UHC | ?弱ぅ | 0011111111100101101100001010101010100101 | 3fe5b0aaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)