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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艇?刀遵? | 1001001011111000001111111001001110000001100011111000010100111111 | 92f83f93818f853f |
EUC-JP | 艇?刀遵? | 1100010011111010001111111100010111100001101111011110010100111111 | c4fa3fc5e1bde53f |
UTF-8 | 艇븍刀遵렗 | 111010001000100110000111111010111011100010001101111001011000100010000000111010011000000110110101111010111010000010010111 | e88987ebb88de58880e981b5eba097 |
UHC | 艇븍刀遵렗 | 11101111111100111011101011101011110100111110111111110001111001011000111010101100 | eff3baebd3eff1e58eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)