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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弛?牘?? | 10010010011011110011111111100000101011110011111100111111 | 926f3fe0af3f3f |
EUC-JP | 弛?牘?? | 11000011110100000011111111100000101100010011111100111111 | c3d03fe0b13f3f |
UTF-8 | 弛븜牘뤋퀚 | 111001011011110010011011111010111011100010011100111001111000100110011000111010111010010010001011111011011000000010011010 | e5bc9bebb89ce78998eba48bed809a |
UHC | 弛븜牘뤋퀚 | 11101100101011001011101011101110110101001011101010001111101110111011001110001110 | ecacbaeed4ba8fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)