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 | 臾?た維? | 1110010001101011001111111000001010111101100010001101101100111111 | e46b3f82bd88db3f |
EUC-JP | 臾?た維? | 1110011111001100001111111010010010111111101100001101110100111111 | e7cc3fa4bfb0dd3f |
UTF-8 | 臾노た維랡 | 111010001000011110111110111010111000010110111000111000111000000110011111111001111011011010101101111010111001111010100001 | e887beeb85b8e3819fe7b6adeb9ea1 |
UHC | 臾노た維랡 | 11101011101011001011001111101011101010101011111111101011101010111000111001000010 | ebacb3ebaabfebab8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)