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 | 閧餓ь崧ョ | 111010001000001010001001111011001000010010001110111110101010111110101110 | e88289ec848efaafae |
EUC-JP | 閧餓ь崧ョ | 1110111111100010101100101110111010100111111011101000111110111011110010101000111010101110 | efe2b2eea7ee8fbbca8eae |
UTF-8 | 閧餓ь崧ョ | 1110100110010110101001111110100110100100100100111101000110001100111001011011010010100111111011111011110110101110 | e996a7e9a493d18ce5b4a7efbdae |
UHC | ?餓ь崧? | 0011111111100100101110111010110011101110111000101111111000111111 | 3fe4bbaceee2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)