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 | 遭?揄? | 100100011001100000111111100111011000100100111111 | 91983f9d893f |
EUC-JP | 遭?揄? | 110000011111100000111111110110011110100100111111 | c1f83fd9e93f |
UTF-8 | 遭섦揄롊 | 111010011000000110101101111011001000010010100110111001101000111110000100111010111010000110001010 | e981adec84a6e68f84eba18a |
UHC | 遭섦揄롊 | 1111000011100100101111001011010011101010111100011000111011010000 | f0e4bcb4eaf18ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)