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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杖?灌 | 1000111111110001001111111001111111110011 | 8ff13f9ff3 |
EUC-JP | 杖?灌 | 1011111011110011001111111101111011110101 | bef33fdef5 |
UTF-8 | 杖잰灌 | 111001101001110110010110111011001001111010110000111001111000000110001100 | e69d96ec9eb0e7818c |
UHC | 杖잰灌 | 111011011110100011000000111010011100111010110100 | ede8c0e9ceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)