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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?省}?省{^ | 001111111000111111001000011111010011111110001111110010000111101101011110 | 3f8fc87d3f8fc87b5e |
EUC-JP | ?省}?省{^ | 001111111011111011001010011111010011111110111110110010100111101101011110 | 3fbeca7d3fbeca7b5e |
UTF-8 | 졈省}졈省{^ | 111011001010000110001000111001111001110010000001011111011110110010100001100010001110011110011100100000010111101101011110 | eca188e79c817deca188e79c817b5e |
UHC | 졈省}졈省{^ | 1100000110110001111000001111110101111101110000011011000111100000111111010111101101011110 | c1b1e0fd7dc1b1e0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)