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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??鈐健コ? | 001111110011111111111011110000101000110010010010100000110101001000111111 | 3f3ffbc28c9283523f |
EUC-JP | ??鈐健コ? | 00111111001111111000111111100011110000011011011111110010101001011011001100111111 | 3f3f8fe3c1b7f2a5b33f |
UTF-8 | 룶끼鈐健コ▩ | 111010111010001110110110111010111000000110111100111010011000100010010000111001011000000110100101111000111000001010110011111000101001011010101001 | eba3b6eb81bce98890e581a5e382b3e296a9 |
UHC | 룶끼鈐健コ▩ | 100011111010101110110011101000101100110010100010110010111110110110101011101100111010001011001100 | 8fabb3a2cca2cbedabb3a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)