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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 簔箏 | 111000101100000111110110110011101111000011100011111000101011010111110001111111001111000011101101 | e2c1f6cef0e3e2b5f1fcf0ed |
EUC-JP | 簔??箏?? | 1110010011000011001111110011111111100100101101110011111100111111 | e4c33f3fe4b73f3f |
UTF-8 | 簔箏 | 111001111011000010010100111011101001001110110101111011101000001010100010111001111010111010001111111011101000010110110111111011101000001010101100 | e7b094ee93b5ee82a2e7ae8fee85b7ee82ac |
UHC | ???箏?? | 00111111001111110011111111101110101101000011111100111111 | 3f3f3feeb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)