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 | 銓鍋惡褥 | 1110011111110010100100111110011110011100101001101110010111110001 | e7f293e79ca6e5f1 |
EUC-JP | 銓鍋惡褥 | 1110111011110100110001101110100111011000101010001110101011110011 | eef4c6e9d8a8eaf3 |
UTF-8 | 銓鍋惡褥 | 111010011000101010010011111010011000110110001011111001101000001110100001111010001010010010100101 | e98a93e98d8be683a1e8a4a5 |
UHC | 銓鍋惡褥 | 1110111110110000110011101010011111100100110000101110100110110011 | efb0cea7e4c2e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)