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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迯庭糖繞 | 1110011110001101100100101110101110010011100111001110001110000101 | e78d92eb939ce385 |
EUC-JP | 迯庭糖繞 | 1110110111101101110001001110110111000101111111001110010111100101 | ededc4edc5fce5e5 |
UTF-8 | 迯庭糖繞 | 111010001011111110101111111001011011101010101101111001111011001110010110111001111011100110011110 | e8bfafe5baade7b396e7b99e |
UHC | ?庭糖繞 | 00111111111011111101010011010011110110001110100110100100 | 3fefd4d3d8e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)