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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鈐龕 | 001111110011111111111011110000101110101010011100 | 3f3ffbc2ea9c |
EUC-JP | ??鈐龕 | 00111111001111111000111111100011110000011111001111111100 | 3f3f8fe3c1f3fc |
UTF-8 | 룶끼鈐龕 | 111010111010001110110110111010111000000110111100111010011000100010010000111010011011111010010101 | eba3b6eb81bce98890e9be95 |
UHC | 룶끼鈐龕 | 1000111110101011101100111010001011001100101000101100101011111110 | 8fabb3a2cca2cafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)