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 | 遵?劍脂? | 1000111110000101001111111001100110011000100011101000100100111111 | 8f853f99988e893f |
EUC-JP | 遵?劍脂? | 1011110111100101001111111101000111111000101110111110100100111111 | bde53fd1f8bbe93f |
UTF-8 | 遵멱劍脂렖 | 111010011000000110110101111010111010100110110001111001011000101010001101111010001000010010000010111010111010000010010110 | e981b5eba9b1e58a8de88482eba096 |
UHC | 遵멱劍脂렖 | 11110001111001011011100011101000110010111111110011110010101101111000111010101011 | f1e5b8e8cbfcf2b78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)