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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箋???? | 111000101011001100111111001111110011111100111111 | e2b33f3f3f3f |
EUC-JP | 箋??轝? | 1110010010110101001111110011111110001111111000011010101000111111 | e4b53f3f8fe1aa3f |
UTF-8 | 箋ㅸ퍨轝껧 | 111001111010111010001011111000111000010110111000111011011000110110101000111010001011110110011101111010101011101110100111 | e7ae8be385b8ed8da8e8bd9deabba7 |
UHC | 箋ㅸ퍨轝껧 | 11101111101010001010010011101000101110111001111111100110101011001000010001000010 | efa8a4e8bb9fe6ac8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)