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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隰晏ォ臼^ | 1110100010101100100111011110010110101011100010010101000001011110 | e8ac9de5ab89505e |
EUC-JP | 隰晏ォ臼^ | 111100001010111011011010111001111000111010101011101100011011000101011110 | f0aedae78eabb1b15e |
UTF-8 | 隰晏ォ臼^ | 11101001100110101011000011100110100110011000111111101111101111011010101111101000100001111011110001011110 | e99ab0e6998fefbdabe887bc5e |
UHC | ?晏?臼^ | 00111111111001001100111100111111110011111011111101011110 | 3fe4cf3fcfbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)