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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??踰ζ? | 111010100101111100111111001111111110011011111010100000111100010000111111 | ea5f3f3fe6fa83c43f |
EUC-JP | 鸚??踰ζ? | 111100111100000000111111001111111110110011111100101001101100011000111111 | f3c03f3fecfca6c63f |
UTF-8 | 鸚쒖룆踰ζ틦 | 1110100110111000100110101110110010010010100101101110101110100011100001101110100010111000101100001100111010110110111011011000101110100110 | e9b89aec9296eba386e8b8b0ceb6ed8ba6 |
UHC | 鸚쒖룆踰ζ틦 | 111001011010010010011100111011001000111110000101111010111011001010100101111001101011101010010000 | e5a49cec8f85ebb2a5e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)