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 | 霄。貅州 | 11101000101110101010000111100110101110101000111101000010 | e8baa1e6ba8f42 |
EUC-JP | 霄。貅州 | 1111000010111100100011101010000111101100101111001011110110100011 | f0bc8ea1ecbcbda3 |
UTF-8 | 霄。貅州 | 111010011001110010000100111011111011110110100001111010001011001010000101111001011011011110011110 | e99c84efbda1e8b285e5b79e |
UHC | ???州 | 0011111100111111001111111111000110110110 | 3f3f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)