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 | ??d??dB | 00111111001111110110010000111111001111110110010001000010 | 3f3f643f3f6442 |
SJIS-WIN | 頸痔d頸痔dB | 1110100011110010100011101010010001100100111010001111001010001110101001000110010001000010 | e8f28ea464e8f28ea46442 |
EUC-JP | 頸痔d頸痔dB | 1111000011110100101111001010011001100100111100001111010010111100101001100110010001000010 | f0f4bca664f0f4bca66442 |
UTF-8 | 頸痔d頸痔dB | 111010011010000010111000111001111001011110010100011001001110100110100000101110001110011110010111100101000110010001000010 | e9a0b8e7979464e9a0b8e797946442 |
UHC | 頸痔d頸痔dB | 1100110011110010111101101100000001100100110011001111001011110110110000000110010001000010 | ccf2f6c064ccf2f6c06442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)