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 | ??x}??x{^ | 001111110011111101111000011111010011111100111111011110000111101101011110 | 3f3f787d3f3f787b5e |
SJIS-WIN | 蠇竺x}蠇竺x{^ | 11111011101000011000111010110001011110000111110111111011101000011000111010110001011110000111101101011110 | fba18eb1787dfba18eb1787b5e |
EUC-JP | ?竺x}?竺x{^ | 0011111110111100101100110111100001111101001111111011110010110011011110000111101101011110 | 3fbcb3787d3fbcb3787b5e |
UTF-8 | 蠇竺x}蠇竺x{^ | 1110100010100000100001111110011110101011101110100111100001111101111010001010000010000111111001111010101110111010011110000111101101011110 | e8a087e7abba787de8a087e7abba787b5e |
UHC | ?竺x}?竺x{^ | 0011111111110101111001110111100001111101001111111111010111100111011110000111101101011110 | 3ff5e7787d3ff5e7787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)