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 | 遶冗ォ戎 | 11100111101010111000111111100111101010111000111101011110 | e7ab8fe7ab8f5e |
EUC-JP | 遶冗ォ戎 | 1110111010101101101111101110100110001110101010111011110110111111 | eeadbee98eabbdbf |
UTF-8 | 遶冗ォ戎 | 111010011000000110110110111001011000011010010111111011111011110110101011111001101000100010001110 | e981b6e58697efbdabe6888e |
UHC | ?冗?戎 | 001111111110100110110111001111111110101111010100 | 3fe9b73febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)