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 | 十??涅 | 100011110101110000111111001111111001111110111000 | 8f5c3f3f9fb8 |
EUC-JP | 十??涅 | 101111011011110100111111001111111101111010111010 | bdbd3f3fdeba |
UTF-8 | 十귟륢涅 | 111001011000110110000001111010101011011110011111111010111010010110100010111001101011011010000101 | e58d81eab79feba5a2e6b685 |
UHC | 十귟륢涅 | 1110010010101000100000101110100010010000010001111110011011101110 | e4a882e89047e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)