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 | 霄。貅十 | 11101000101110101010000111100110101110101000111101011100 | e8baa1e6ba8f5c |
EUC-JP | 霄。貅十 | 1111000010111100100011101010000111101100101111001011110110111101 | f0bc8ea1ecbcbdbd |
UTF-8 | 霄。貅十 | 111010011001110010000100111011111011110110100001111010001011001010000101111001011000110110000001 | e99c84efbda1e8b285e58d81 |
UHC | ???十 | 0011111100111111001111111110010010101000 | 3f3f3fe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)