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 | 製?隕?吟? | 100100001011101100111111111010001010011000111111100010111110000100111111 | 90bb3fe8a63f8be13f |
EUC-JP | 製?隕?吟? | 110000001011110100111111111100001010100000111111101101101110001100111111 | c0bd3ff0a83fb6e33f |
UTF-8 | 製렲隕렣吟렔 | 111010001010001110111101111010111010000010110010111010011001101010010101111010111010000010100011111001011001000010011111111010111010000010010100 | e8a3bdeba0b2e99a95eba0a3e5909feba094 |
UHC | 製렲隕렣吟렔 | 111100001011001010001110101111111110101010100010100011101011010011101011111000011000111010101001 | f0b28ebfeaa28eb4ebe18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)