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 | ミー剰? | 1101000010110000100011111110100000111111 | d0b08fe83f |
EUC-JP | ミー剰暻 | 100011101101000010001110101100001011111011101010100011111100001011011101 | 8ed08eb0beea8fc2dd |
UTF-8 | ミー剰暻 | 111011111011111010010000111011111011110110110000111001011000100110110000111001101001101010111011 | efbe90efbdb0e589b0e69abb |
UHC | ???暻 | 0011111100111111001111111100110011011001 | 3f3f3fccd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)