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 | 荳ュ逋ゎコ | 1110010010111000101011011110011110011001100000101110110010111010 | e4b8ade79982ecba |
EUC-JP | 荳ュ逋ゎコ | 11101000101110101000111010101101111011011111100110100100111011101000111010111010 | e8ba8eadedf9a4ee8eba |
UTF-8 | 荳ュ逋ゎコ | 111010001000110110110011111011111011110110101101111010011000000010001011111000111000001010001110111011111011110110111010 | e88db3efbdade9808be3828eefbdba |
UHC | 荳?逋ゎ? | 1101010011100101001111111111100011100111101010101110111000111111 | d4e53ff8e7aaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)