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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 戒??? | 1000100111111010001111110011111100111111 | 89fa3f3f3f |
EUC-JP | 戒??? | 1011001011111100001111110011111100111111 | b2fc3f3f3f |
UTF-8 | 戒미찐콧 | 111001101000100010010010111010111010111110111000111011001011000010010000111011001011110110100111 | e68892ebafb8ecb090ecbda7 |
UHC | 戒미찐콧 | 1100110011111100101110011100110011000010111100001100010011100000 | ccfcb9ccc2f0c4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)