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 | 逡壌相 | 111001111001010110001111111010111001000110001010 | e7958feb918a |
EUC-JP | 逡壌相 | 111011011111010110111110111011011100000111101010 | edf5beedc1ea |
UTF-8 | 逡壌相 | 111010011000000010100001111001011010001110001100111001111001101110111000 | e980a1e5a38ce79bb8 |
UHC | 逡?相 | 1111000111100100001111111101111111010011 | f1e43fdfd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)