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 | ?邯y? | 001111111110011110110110100000101001100100111111 | 3fe7b682993f |
EUC-JP | ?邯y? | 001111111110111010111000101000111111100100111111 | 3feeb8a3f93f |
UTF-8 | 표邯y표 | 111011011001000110011100111010011000001010101111111011111011110110011001111011011001000110011100 | ed919ce982afefbd99ed919c |
UHC | 표邯y표 | 1100011110100101110010101111101110100011111110011100011110100101 | c7a5cafba3f9c7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)