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 | 霑エ譏ソ | 111010001011111110110100111001101001100010111111 | e8bfb4e698bf |
EUC-JP | 霑エ譏ソ | 1111000011000001100011101011010011101011111110001000111010111111 | f0c18eb4ebf88ebf |
UTF-8 | 霑エ譏ソ | 111010011001110010010001111011111011110110110100111010001010110110001111111011111011110110111111 | e99c91efbdb4e8ad8fefbdbf |
UHC | 霑?譏? | 111011111100010100111111110100011100000100111111 | efc53fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)