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 | ??o臍 | 001111110011111110000010100011111110010001100000 | 3f3f828fe460 |
EUC-JP | ??o臍 | 001111110011111110100011111011111110011111000001 | 3f3fa3efe7c1 |
UTF-8 | 諪겼o臍 | 111010001010101110101010111010101011001010111100111011111011110110001111111010001000011110001101 | e8abaaeab2bcefbd8fe8878d |
UHC | 諪겼o臍 | 1110111111110101101100001110010110100011111011111111000010110000 | eff5b0e5a3eff0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)