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 | 薔????薔 | 1110010101001011001111110011111100111111001111111110010101001011 | e54b3f3f3f3fe54b |
EUC-JP | 薔????薔 | 1110100110101100001111110011111100111111001111111110100110101100 | e9ac3f3f3f3fe9ac |
UTF-8 | 薔콴짝렼렑薔 | 111010001001011010010100111011001011110110110100111011001010011110011101111010111010000010111100111010111010000010010001111010001001011010010100 | e89694ecbdb4eca79deba0bceba091e89694 |
UHC | 薔콴짝렼렑薔 | 111011011111100111000100111001001100001010100110100011101100010010001110101001101110110111111001 | edf9c4e4c2a68ec48ea6edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)