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 | ???漿?? | 00111111001111110011111110011111111101110011111100111111 | 3f3f3f9ff73f3f |
EUC-JP | ???漿?? | 00111111001111110011111111011110111110010011111100111111 | 3f3f3fdef93f3f |
UTF-8 | 欌쇤썅漿렱欌 | 111001101010110010001100111011001000011110100100111011001000110110000101111001101011110010111111111010111010000010110001111001101010110010001100 | e6ac8cec87a4ec8d85e6bcbfeba0b1e6ac8c |
UHC | 欌쇤썅漿렱欌 | 111011011110101110111100111010011011110111100000111011011110110010001110101111101110110111101011 | edebbce9bde0edec8ebeedeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)