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 | 銓鍋惡褥コ | 111001111111001010010011111001111001110010100110111001011111000110111010 | e7f293e79ca6e5f1ba |
EUC-JP | 銓鍋惡褥コ | 11101110111101001100011011101001110110001010100011101010111100111000111010111010 | eef4c6e9d8a8eaf38eba |
UTF-8 | 銓鍋惡褥コ | 111010011000101010010011111010011000110110001011111001101000001110100001111010001010010010100101111011111011110110111010 | e98a93e98d8be683a1e8a4a5efbdba |
UHC | 銓鍋惡褥? | 111011111011000011001110101001111110010011000010111010011011001100111111 | efb0cea7e4c2e9b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)