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 | 臾?О維? | 1110010001101011001111111000010001001111100010001101101100111111 | e46b3f844f88db3f |
EUC-JP | 臾?О維? | 1110011111001100001111111010011110110000101100001101110100111111 | e7cc3fa7b0b0dd3f |
UTF-8 | 臾밸О維밄 | 1110100010000111101111101110101110110000101110001101000010011110111001111011011010101101111010111011000010000100 | e887beebb0b8d09ee7b6adebb084 |
UHC | 臾밸О維밄 | 11101011101011001011100111101011101011001011000011101011101010111001001101000010 | ebacb9ebacb0ebab9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)