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 | ???也②? | 0011111100111111001111111001011011100111100001110100000100111111 | 3f3f3f96e787413f |
EUC-JP | 濚??也?? | 100011111100100110100001001111110011111111001100111010010011111100111111 | 8fc9a13f3fcce93f3f |
UTF-8 | 濚방뎸也②퇉 | 111001101011111110011010111010111011000010101001111010111000111010111000111001001011100110011111111000101001000110100001111011011000011110001001 | e6bf9aebb0a9eb8eb8e4b99fe291a1ed8789 |
UHC | 濚방뎸也②퇉 | 111001111011100110111001111001101000100110001011111001011010010110101000111010001011011110011010 | e7b9b9e6898be5a5a8e8b79a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)