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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 漆驗}漆驗{^ | 1000111010111101111010011000010001111101100011101011110111101001100001000111101101011110 | 8ebde9847d8ebde9847b5e |
EUC-JP | 漆驗}漆驗{^ | 1011110010111111111100011110010001111101101111001011111111110001111001000111101101011110 | bcbff1e47dbcbff1e47b5e |
UTF-8 | 漆驗}漆驗{^ | 111001101011110010000110111010011010100110010111011111011110011010111100100001101110100110101001100101110111101101011110 | e6bc86e9a9977de6bc86e9a9977b5e |
UHC | 漆驗}漆驗{^ | 1111011011010100111110101101000001111101111101101101010011111010110100000111101101011110 | f6d4fad07df6d4fad07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)