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 | 粧??慂?? | 1000111111001111001111110011111110011100110010000011111100111111 | 8fcf3f3f9cc83f3f |
EUC-JP | 粧??慂?? | 1011111011010001001111110011111111011000110010100011111100111111 | bed13f3fd8ca3f3f |
UTF-8 | 粧꾬숲慂륅쉔 | 111001111011001010100111111010101011111010101100111011001000100010110010111001101000010110000010111010111010010110000101111011001000100110010100 | e7b2a7eabeacec88b2e68582eba585ec8994 |
UHC | 粧꾬숲慂륅쉔 | 111011011111001010000100111011111011110110100011111010011011110110001111111011111011110110101000 | edf284efbda3e9bd8fefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)