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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???違?ぜ | 0011111100111111001111111000100011100001001111111000001010111010 | 3f3f3f88e13f82ba |
EUC-JP | ???違?ぜ | 0011111100111111001111111011000011100011001111111010010010111100 | 3f3f3fb0e33fa4bc |
UTF-8 | 略노맧違섋ぜ | 111011111010010110110110111010111000010110111000111010111010011110100111111010011000000110010101111011001000010010001011111000111000000110011100 | efa5b6eb85b8eba7a7e98195ec848be3819c |
UHC | 略노맧違섋ぜ | 111001011011001010110011111010111001000010110000111010101101111010011000111010001010101010111100 | e5b2b3eb90b0eade98e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)