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 | ???揖? | 001111110011111100111111100101110100101100111111 | 3f3f3f974b3f |
EUC-JP | ???揖? | 001111110011111100111111110011011010110000111111 | 3f3f3fcdac3f |
UTF-8 | 咽됥꺈揖멊 | 111011111010011010011110111010111001000010100101111010101011101010001000111001101000111110010110111010111010100110001010 | efa69eeb90a5eaba88e68f96eba98a |
UHC | 咽됥꺈揖멊 | 11100110111011001000100111100011100000111010111111101011111001111001000101000010 | e6ec89e383afebe79142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)