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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀??瓮? | 11100111101100010011111100111111111000010100010000111111 | e7b13f3fe1443f |
EUC-JP | 邀??瓮? | 11101110101100110011111100111111111000011010010100111111 | eeb33f3fe1a53f |
UTF-8 | 邀닸솲瓮쿍 | 111010011000001010000000111010111000101110111000111011001000011010110010111001111001001110101110111011001011111110001101 | e98280eb8bb8ec86b2e793aeecbf8d |
UHC | 邀닸솲瓮쿍 | 11101001101011011011010011100110100110011010011111101000101101111011001101000010 | e9adb4e699a7e8b7b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)