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 | ??爲??爲^ | 001111110011111111100000101010000011111100111111111000001010100001011110 | 3f3fe0a83f3fe0a85e |
EUC-JP | ??爲??爲^ | 001111110011111111100000101010100011111100111111111000001010101001011110 | 3f3fe0aa3f3fe0aa5e |
UTF-8 | 렯렯爲렯렯爲^ | 11101011101000001010111111101011101000001010111111100111100010001011001011101011101000001010111111101011101000001010111111100111100010001011001001011110 | eba0afeba0afe788b2eba0afeba0afe788b25e |
UHC | 렯렯爲렯렯爲^ | 10001110101111001000111010111100111010101101001110001110101111001000111010111100111010101101001101011110 | 8ebc8ebcead38ebc8ebcead35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)