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 | 矣耨 | 1111011110101110111000011110000111110111101001111110001111010011 | f7aee1e1f7a7e3d3 |
EUC-JP | ?矣?耨 | 001111111110001011100011001111111110011011010101 | 3fe2e33fe6d5 |
UTF-8 | 矣耨 | 111011101001011010010001111001111001111110100011111011101001011010001010111010001000000010101000 | ee9691e79fa3ee968ae880a8 |
UHC | ?矣?? | 0011111111101011111110000011111100111111 | 3febf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)