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 | 肉???? | 100100111111011100111111001111110011111100111111 | 93f73f3f3f3f |
EUC-JP | 肉???? | 110001101111100100111111001111110011111100111111 | c6f93f3f3f3f |
UTF-8 | 肉뷴냶殮쌑 | 111010001000001010001001111010111011011110110100111010111000001110110110111011111010011010100101111011001000110010010001 | e88289ebb7b4eb83b6efa6a5ec8c91 |
UHC | 肉뷴냶殮쌑 | 11101011101111111011101011100101100001101000011011100110111110011001101101000010 | ebbfbae58686e6f99b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)