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 | ????駕 | 001111110011111100111111001111111000100111101101 | 3f3f3f3f89ed |
EUC-JP | ????駕 | 001111110011111100111111001111111011001011101111 | 3f3f3f3fb2ef |
UTF-8 | 씽뤛낼흵駕 | 111011001001010010111101111010111010010010011011111010111000001010111100111011011001110110110101111010011010011110010101 | ec94bdeba49beb82bced9db5e9a795 |
UHC | 씽뤛낼흵駕 | 10111110110001011000111111001010101100111011111011000101100011111100101010111101 | bec58fcab3bec58fcabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)