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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??泣ч? | 100010001010000100111111001111111000101110000011100001001000100100111111 | 88a13f3f8b8384893f |
EUC-JP | 娃??泣ч? | 101100001010001100111111001111111011010111100011101001111110100100111111 | b0a33f3fb5e3a7e93f |
UTF-8 | 娃숇뙋泣ч댖 | 1110010110101000100000111110110010001000100001111110101110011001100010111110011010110011101000111101000110000111111010111000110010010110 | e5a883ec8887eb998be6b3a3d187eb8c96 |
UHC | 娃숇뙋泣ч댖 | 111010001101111110011001111010111000110010010000111010111110100010101100111010011000100010111010 | e8df99eb8c90ebe8ace988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)