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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 瓦??嚴 | 100010101010001000111111001111111001101010001110 | 8aa23f3f9a8e |
EUC-JP | 瓦®?嚴 | 1011010010100100100011111010001011101110001111111101001111101110 | b4a48fa2ee3fd3ee |
UTF-8 | 瓦®떓嚴 | 1110011110010011101001101100001010101110111010111001011010010011111001011001101010110100 | e793a6c2aeeb9693e59ab4 |
UHC | 瓦®떓嚴 | 1110100010111111101000101110011110001011101010011110010111110001 | e8bfa2e78ba9e5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)