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 | 箏リ右 | 111000101011010110000011100010101000100101000101 | e2b5838a8945 |
EUC-JP | 箏リ右 | 111001001011011110100101111010101011000110100110 | e4b7a5eab1a6 |
UTF-8 | 箏リ右 | 111001111010111010001111111000111000001110101010111001011000111110110011 | e7ae8fe383aae58fb3 |
UHC | 箏リ右 | 111011101011010010101011111010101110100111010011 | eeb4abeae9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)