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 | 昭皺セ | 10001111101110101110000110110000111100001110110010111110 | 8fbae1b0f0ecbe |
EUC-JP | 昭皺?セ | 10111110101111001110001010110010001111111000111010111110 | bebce2b23f8ebe |
UTF-8 | 昭皺セ | 111001101001100010101101111001111001101010111010111011101000001010101011111011111011110110111110 | e698ade79abaee82abefbdbe |
UHC | 昭皺?? | 111000011011100111110101110101000011111100111111 | e1b9f5d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)