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 | 貅幣雉籥 | 1110011010111010100101011011110011101000101100111110001011011110 | e6ba95bce8b3e2de |
EUC-JP | 貅幣雉籥 | 1110110010111100110010101011111011110000101101011110010011100000 | ecbccabef0b5e4e0 |
UTF-8 | 貅幣雉籥 | 111010001011001010000101111001011011100110100011111010011001101110001001111001111011000110100101 | e8b285e5b9a3e99b89e7b1a5 |
UHC | ?幣雉? | 001111111111100011000111111101101100101100111111 | 3ff8c7f6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)