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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | ??オs | 0011111100111111100000110100100101110011 | 3f3f834973 |
EUC-JP | ??オs | 0011111100111111101001011010101001110011 | 3f3fa5aa73 |
UTF-8 | 룶欄オs | 11101011101000111011011011101111101001001001110111100011100000101010101001110011 | eba3b6efa49de382aa73 |
UHC | 룶欄オs | 10001111101010111101000111101101101010111010101001110011 | 8fabd1edabaa73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)