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 | 鈺????? | 11111011110001000011111100111111001111110011111100111111 | fbc43f3f3f3f3f |
EUC-JP | 鈺??堉?? | 10001111111000111101010100111111001111111000111110110111111111010011111100111111 | 8fe3d53f3f8fb7fd3f3f |
UTF-8 | 鈺쎄퇌堉뉛쭓 | 111010011000100010111010111011001000111010000100111011011000011110001100111001011010000010001001111010111000100110011011111011001010110110010011 | e988baec8e84ed878ce5a089eb899becad93 |
UHC | 鈺쎄퇌堉뉛쭓 | 111010001010110110111101111010101011011110011101111010111011110010000111111011111010011110001011 | e8adbdeab79debbc87efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)