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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辰奪辰但B | 100100100100001110010010010001001001001001000011100100100100000101000010 | 924392449243924142 |
EUC-JP | 辰奪辰但B | 110000111010010011000011101001011100001110100100110000111010001001000010 | c3a4c3a5c3a4c3a242 |
UTF-8 | 辰奪辰但B | 11101000101111101011000011100101101001011010101011101000101111101011000011100100101111011000011001000010 | e8beb0e5a5aae8beb0e4bd8642 |
UHC | 辰奪辰但B | 111100101110001111110111101011001111001011100011110100111010001101000010 | f2e3f7acf2e3d3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)