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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 苑?擬?擬?~ | 10001001100100010011111110001011010110110011111110001011010110110011111101111110 | 89913f8b5b3f8b5b3f7e |
EUC-JP | 苑?擬?擬?~ | 10110001111100010011111110110101101111000011111110110101101111000011111101111110 | b1f13fb5bc3fb5bc3f7e |
UTF-8 | 苑렔擬렩擬렩~ | 11101000100010111001000111101011101000001001010011100110100100111010110011101011101000001010100111100110100100111010110011101011101000001010100101111110 | e88b91eba094e693aceba0a9e693aceba0a97e |
UHC | 苑렔擬렩擬렩~ | 11101010101111011000111010101001111010111111010010001110101101111110101111110100100011101011011101111110 | eabd8ea9ebf48eb7ebf48eb77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)