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 | 宍軸屡 | 100011101011001110001110101100101000111011000110 | 8eb38eb28ec6 |
EUC-JP | 宍軸屡 | 101111001011010110111100101101001011110011001000 | bcb5bcb4bcc8 |
UTF-8 | 宍軸屡 | 111001011010111010001101111010001011101110111000111001011011000110100001 | e5ae8de8bbb8e5b1a1 |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)