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 | 逆???? | 100010110111010000111111001111110011111100111111 | 8b743f3f3f3f |
EUC-JP | 逆??靷? | 1011010111010101001111110011111110001111111001111011110100111111 | b5d53f3f8fe7bd3f |
UTF-8 | 逆곷틹靷얙 | 111010011000000010000110111010101011001110110111111011011000101110111001111010011001110110110111111011001001011010011001 | e98086eab3b7ed8bb9e99db7ec9699 |
UHC | 逆곷틹靷얙 | 11100110101111011000000111101011101110101001111111101100111001101001111001000010 | e6bd81ebba9fece69e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)