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 | 雜呻・翫╂ | 111010001011011010011001111011111010010110001010111000111000010010111110 | e8b699efa58ae384be |
EUC-JP | 雜呻・翫╂ | 11110000101110001101001011110001100011101010010110110100111001011010100011000000 | f0b8d2f18ea5b4e5a8c0 |
UTF-8 | 雜呻・翫╂ | 111010011001101110011100111001011001000110111011111011111011110110100101111001111011111110101011111000101001010110000010 | e99b9ce591bbefbda5e7bfabe29582 |
UHC | 雜呻?翫╂ | 111011011101101011100011111000100011111111101000110100011010011011000000 | eddae3e23fe8d1a6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)