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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 霎ー霎ソe^ | 1110100010111110101100001110100010111110101111110110010101011110 | e8beb0e8bebf655e |
EUC-JP | 霎ー霎ソe^ | 11110000110000001000111010110000111100001100000010001110101111110110010101011110 | f0c08eb0f0c08ebf655e |
UTF-8 | 霎ー霎ソe^ | 1110100110011100100011101110111110111101101100001110100110011100100011101110111110111101101111110110010101011110 | e99c8eefbdb0e99c8eefbdbf655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)