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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??鈐健コ | 0011111100111111111110111100001010001100100100101000001101010010 | 3f3ffbc28c928352 |
EUC-JP | ??鈐健コ | 001111110011111110001111111000111100000110110111111100101010010110110011 | 3f3f8fe3c1b7f2a5b3 |
UTF-8 | 룶끼鈐健コ | 111010111010001110110110111010111000000110111100111010011000100010010000111001011000000110100101111000111000001010110011 | eba3b6eb81bce98890e581a5e382b3 |
UHC | 룶끼鈐健コ | 10001111101010111011001110100010110011001010001011001011111011011010101110110011 | 8fabb3a2cca2cbedabb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)