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 | 爭?艤? | 111000001010010100111111111001000111111000111111 | e0a53fe47e3f |
EUC-JP | 爭?艤? | 111000001010011100111111111001111101111100111111 | e0a73fe7df3f |
UTF-8 | 爭렏艤렫 | 111001111000100010101101111010111010000010001111111010001000100110100100111010111010000010101011 | e788adeba08fe889a4eba0ab |
UHC | 爭렏艤렫 | 1110111010110011100011101010010111101011111110101000111010111001 | eeb38ea5ebfa8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)