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 | ZS£¼ | 10010010010110100101001110010001101000111001000110111100 | 925a5391a391bc |
SJIS-WIN | ?ZS?£?? | 0011111101011010010100110011111110000001100100100011111100111111 | 3f5a533f81923f3f |
EUC-JP | ?ZS?£?? | 0011111101011010010100110011111110100001111100100011111100111111 | 3f5a533fa1f23f3f |
UTF-8 | ZS£¼ | 110000101001001001011010010100111100001010010001110000101010001111000010100100011100001010111100 | c2925a53c291c2a3c291c2bc |
UHC | ?ZS???¼ | 0011111101011010010100110011111100111111001111111010100011111001 | 3f5a533f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)