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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 郤畜N}郤畜N{^ | 11100111101110101001001001111011010011100111110111100111101110101001001001111011010011100111101101011110 | e7ba927b4e7de7ba927b4e7b5e |
EUC-JP | 郤畜N}郤畜N{^ | 11101110101111001100001111011100010011100111110111101110101111001100001111011100010011100111101101011110 | eebcc3dc4e7deebcc3dc4e7b5e |
UTF-8 | 郤畜N}郤畜N{^ | 1110100110000011101001001110011110010101100111000100111001111101111010011000001110100100111001111001010110011100010011100111101101011110 | e983a4e7959c4e7de983a4e7959c4e7b5e |
UHC | ?畜N}?畜N{^ | 0011111111110101111001010100111001111101001111111111010111100101010011100111101101011110 | 3ff5e54e7d3ff5e54e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)