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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞦軸妺 | 111010001110000110001110101100101111101010100101 | e8e18eb2faa5 |
EUC-JP | 鞦軸妺 | 11110000111000111011110010110100100011111011100110110111 | f0e3bcb48fb9b7 |
UTF-8 | 鞦軸妺 | 111010011001111010100110111010001011101110111000111001011010011010111010 | e99ea6e8bbb8e5a6ba |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)