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 | 簔矣蠇 | 1110001011000001111000011110000111111011101000011111011110101100 | e2c1e1e1fba1f7ac |
EUC-JP | 簔矣?? | 111001001100001111100010111000110011111100111111 | e4c3e2e33f3f |
UTF-8 | 簔矣蠇 | 111001111011000010010100111001111001111110100011111010001010000010000111111011101001011010001111 | e7b094e79fa3e8a087ee968f |
UHC | ?矣?? | 0011111111101011111110000011111100111111 | 3febf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)