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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 午??r{d | 10001100110111110011111100111111011100100111101101100100 | 8cdf3f3f727b64 |
EUC-JP | 午??r{d | 10111000111000010011111100111111011100100111101101100100 | b8e13f3f727b64 |
UTF-8 | 午섊뫞r{d | 111001011000110110001000111011001000010010001010111010111010101110011110011100100111101101100100 | e58d88ec848aebab9e727b64 |
UHC | 午섊뫞r{d | 111001111110110110011000111001111001000110111110011100100111101101100100 | e7ed98e791be727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)