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 | ???其淫 | 00111111001111110011111110010001101101001000100011111010 | 3f3f3f91b488fa |
EUC-JP | ???其淫 | 00111111001111110011111111000010101101101011000011111100 | 3f3f3fc2b6b0fc |
UTF-8 | 琉득텋其淫 | 111011111010011110001100111010111001001110011101111011011000010110001011111001011000010110110110111001101011011110101011 | efa78ceb939ded858be585b6e6b7ab |
UHC | 琉득텋其淫 | 11101011101001001011010111100110101101101000100011010000111011001110101111100010 | eba4b5e6b688d0ecebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)