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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 俉??俉??B | 111110100110000100111111001111111111101001100001001111110011111101000010 | fa613f3ffa613f3f42 |
EUC-JP | 俉??俉??B | 1000111110110001101110110011111100111111100011111011000110111011001111110011111101000010 | 8fb1bb3f3f8fb1bb3f3f42 |
UTF-8 | 俉묉돫俉묉돫B | 11100100101111111000100111101011101011001000100111101011100011111010101111100100101111111000100111101011101011001000100111101011100011111010101101000010 | e4bf89ebac89eb8fabe4bf89ebac89eb8fab42 |
UHC | 俉묉돫俉묉돫B | 11100111111010111001000111100110100010011010111011100111111010111001000111100110100010011010111001000010 | e7eb91e689aee7eb91e689ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)