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 | 怐韲韈咫鞦髴 | 100111001000000111101000111011001110100011100111100110100100000011101000111000011110100110011100 | 9c81e8ece8e79a40e8e1e99c |
EUC-JP | 怐韲韈咫鞦髴 | 110101111110000111110000111011101111000011101001110100111010000111110000111000111111000111111100 | d7e1f0eef0e9d3a1f0e3f1fc |
UTF-8 | 怐韲韈咫鞦髴 | 111001101000000010010000111010011001111110110010111010011001111110001000111001011001001010101011111010011001111010100110111010011010101110110100 | e68090e99fb2e99f88e592abe99ea6e9abb4 |
UHC | ???咫?? | 00111111001111110011111111110010101000010011111100111111 | 3f3f3ff2a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)