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 | ??〈??〈^ | 001111110011111110000001011100010011111100111111100000010111000101011110 | 3f3f81713f3f81715e |
EUC-JP | ??〈??〈^ | 001111110011111110100001110100100011111100111111101000011101001001011110 | 3f3fa1d23f3fa1d25e |
UTF-8 | 兩뤻〈兩뤻〈^ | 11101111101001011011100011101011101001001011101111100011100000001000100011101111101001011011100011101011101001001011101111100011100000001000100001011110 | efa5b8eba4bbe38088efa5b8eba4bbe380885e |
UHC | 兩뤻〈兩뤻〈^ | 11100101101110111000111111101001101000011011010011100101101110111000111111101001101000011011010001011110 | e5bb8fe9a1b4e5bb8fe9a1b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)