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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ?鴦I}?鴦I{^ | 0011111111101001111100010100100101111101001111111110100111110001010010010111101101011110 | 3fe9f1497d3fe9f1497b5e |
EUC-JP | ?鴦I}?鴦I{^ | 0011111111110010111100110100100101111101001111111111001011110011010010010111101101011110 | 3ff2f3497d3ff2f3497b5e |
UTF-8 | 볲鴦I}볲鴦I{^ | 1110101110110011101100101110100110110100101001100100100101111101111010111011001110110010111010011011010010100110010010010111101101011110 | ebb3b2e9b4a6497debb3b2e9b4a6497b5e |
UHC | 볲鴦I}볲鴦I{^ | 10010011111110001110010011101100010010010111110110010011111110001110010011101100010010010111101101011110 | 93f8e4ec497d93f8e4ec497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)