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 | 閻コ譏サ | 111010001000010110111010111001101001100010111011 | e885bae698bb |
EUC-JP | 閻コ譏サ | 1110111111100101100011101011101011101011111110001000111010111011 | efe58ebaebf88ebb |
UTF-8 | 閻コ譏サ | 111010011001011010111011111011111011110110111010111010001010110110001111111011111011110110111011 | e996bbefbdbae8ad8fefbdbb |
UHC | 閻?譏? | 111001111010001000111111110100011100000100111111 | e7a23fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)