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 | 箏瞶 | 1110001010110101111000011101011011110110110011101111011110101100 | e2b5e1d6f6cef7ac |
EUC-JP | 箏瞶?? | 111001001011011111100010110110000011111100111111 | e4b7e2d83f3f |
UTF-8 | 箏瞶 | 111001111010111010001111111001111001111010110110111011101001001110110101111011101001011010001111 | e7ae8fe79eb6ee93b5ee968f |
UHC | 箏??? | 1110111010110100001111110011111100111111 | eeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)