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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | 冓椢u冓椢~E | 1001100101101001100111101001101001110101100110010110100110011110100110100111111001000101 | 99699e9a7599699e9a7e45 |
EUC-JP | 冓椢u冓椢~E | 1101000111001010110110111111101001110101110100011100101011011011111110100111111001000101 | d1cadbfa75d1cadbfa7e45 |
UTF-8 | 冓椢u冓椢~E | 111001011000011010010011111001101010010010100010011101011110010110000110100100111110011010100100101000100111111001000101 | e58693e6a4a275e58693e6a4a27e45 |
UHC | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)