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 | 沃??? | 1001011110000000001111110011111100111111 | 97803f3f3f |
EUC-JP | 沃??瑗 | 11001101111000000011111100111111100011111100110011000000 | cde03f3f8fccc0 |
UTF-8 | 沃띻여瑗 | 111001101011001010000011111010111001110110111011111011001001011110101100111001111001000110010111 | e6b283eb9dbbec97ace79197 |
UHC | 沃띻여瑗 | 1110100010101010100011011110101010111111101010011110101010111100 | e8aa8deabfa9eabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)