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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鎖?誠述 | 10001101101111010011111110010000101111011000111101110001 | 8dbd3f90bd8f71 |
EUC-JP | 鎖?誠述 | 10111010101111110011111111000000101111111011110111010010 | babf3fc0bfbdd2 |
UTF-8 | 鎖섑誠述 | 111010011000111010010110111011001000010010010001111010001010101010100000111010001011111110110000 | e98e96ec8491e8aaa0e8bfb0 |
UHC | 鎖섑誠述 | 1110000111110000100110001110110111100001101001001110001011111011 | e1f098ede1a4e2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)