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 | 繞??? | 1110001110000101001111110011111100111111 | e3853f3f3f |
EUC-JP | 繞??? | 1110010111100101001111110011111100111111 | e5e53f3f3f |
UTF-8 | 繞붻략殮 | 111001111011100110011110111010111011011010111011111010111001111010110101111011111010011010100101 | e7b99eebb6bbeb9eb5efa6a5 |
UHC | 繞붻략殮 | 1110100110100100100101001110100010110111101010111110011011111001 | e9a494e8b7abe6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)