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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | 瑗????^ | 1000111111001100110000000011111100111111001111110011111101011110 | 8fccc03f3f3f3f5e |
UTF-8 | 瑗댓렱펩욜^ | 11100111100100011001011111101011100011001001001111101011101000001011000111101101100011101010100111101100100110101001110001011110 | e79197eb8c93eba0b1ed8ea9ec9a9c5e |
UHC | 瑗댓렱펩욜^ | 1110101010111100101101001111000110001110101111101100011011101001101111111110011101011110 | eabcb4f18ebec6e9bfe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)