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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?孺??B | 001111111001101101111101001111110011111101000010 | 3f9b7d3f3f42 |
EUC-JP | ?孺??B | 001111111101010111011110001111110011111101000010 | 3fd5de3f3f42 |
UTF-8 | 렱孺렱석B | 11101011101000001011000111100101101011011011101011101011101000001011000111101100100001001001110101000010 | eba0b1e5adbaeba0b1ec849d42 |
UHC | 렱孺렱석B | 100011101011111011101010111010001000111010111110101111001010111001000010 | 8ebeeae88ebebcae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)