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 | 疇鴃疇穢 | 1110000101100101111010011110111011100001011001011110001001110001 | e165e9eee165e271 |
EUC-JP | 疇鴃疇穢 | 1110000111000110111100101111000011100001110001101110001111010010 | e1c6f2f0e1c6e3d2 |
UTF-8 | 疇鴃疇穢 | 111001111001011010000111111010011011010010000011111001111001011010000111111001111010100110100010 | e79687e9b483e79687e7a9a2 |
UHC | 疇?疇穢 | 11110001110000100011111111110001110000101110011111011011 | f1c23ff1c2e7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)