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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鴦??鴦??^ | 111010011111000100111111001111111110100111110001001111110011111101011110 | e9f13f3fe9f13f3f5e |
EUC-JP | 鴦??鴦??^ | 111100101111001100111111001111111111001011110011001111110011111101011110 | f2f33f3ff2f33f3f5e |
UTF-8 | 鴦볛뀧鴦볛뀧^ | 11101001101101001010011011101011101100111001101111101011100000001010011111101001101101001010011011101011101100111001101111101011100000001010011101011110 | e9b4a6ebb39beb80a7e9b4a6ebb39beb80a75e |
UHC | 鴦볛뀧鴦볛뀧^ | 11100100111011001001001111100010100001011001111011100100111011001001001111100010100001011001111001011110 | e4ec93e2859ee4ec93e2859e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)