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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?嶽????? | 0011111110011011110101000011111100111111001111110011111100111111 | 3f9bd43f3f3f3f3f |
EUC-JP | ?嶽????? | 0011111111010110110101100011111100111111001111110011111100111111 | 3fd6d63f3f3f3f3f |
UTF-8 | 센嶽솎렯렳렯롆 | 111011001000010010111100111001011011011010111101111011001000011010001110111010111010000010101111111010111010000010110011111010111010000010101111111010111010000110000110 | ec84bce5b6bdec868eeba0afeba0b3eba0afeba186 |
UHC | 센嶽솎렯렳렯롆 | 1011110010111110111001001100000010111100110101001000111010111100100011101100000010001110101111001000111011001100 | bcbee4c0bcd48ebc8ec08ebc8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)