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 | 侑??矮▼?^ | 10011000110100000011111100111111111000011110001010000001101001010011111101011110 | 98d03f3fe1e281a53f5e |
EUC-JP | 侑??矮▼?^ | 11010000110100100011111100111111111000101110010010100010101001110011111101011110 | d0d23f3fe2e4a2a73f5e |
UTF-8 | 侑닷뭬矮▼뭬^ | 11100100101111101001000111101011100010111011011111101011101011011010110011100111100111111010111011100010100101101011110011101011101011011010110001011110 | e4be91eb8bb7ebadace79faee296bcebadac5e |
UHC | 侑닷뭬矮▼뭬^ | 11101010111000101011010011100101101110011011111011101000111000011010000111100101101110011011111001011110 | eae2b4e5b9bee8e1a1e5b9be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)