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 | 鉈ウ莨∵「 | 1110011111101011101100111110010010111100100000011110011010100010 | e7ebb3e4bc81e6a2 |
EUC-JP | 鉈ウ莨∵「 | 11101110111011011000111010110011111010001011111010100010111010001000111010100010 | eeed8eb3e8bea2e88ea2 |
UTF-8 | 鉈ウ莨∵「 | 111010011000100110001000111011111011110110110011111010001000111010101000111000101000100010110101111011111011110110100010 | e98988efbdb3e88ea8e288b5efbda2 |
UHC | ???∵? | 001111110011111100111111101000011111000100111111 | 3f3f3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)