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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???張??^ | 0011111100111111001111111001001010100011001111110011111101011110 | 3f3f3f92a33f3f5e |
EUC-JP | 倻??張??^ | 10001111101100011111011000111111001111111100010010100101001111110011111101011110 | 8fb1f63f3fc4a53f3f5e |
UTF-8 | 倻븅눈張쒐댚^ | 11100101100000001011101111101011101110001000010111101011100010001000100011100101101111001011010111101100100100101001000011101011100011001001101001011110 | e580bbebb885eb8888e5bcb5ec9290eb8c9a5e |
UHC | 倻븅눈張쒐댚^ | 11100101101001101011101011101001101101001010101111101101111001011001110011100111100010001011111001011110 | e5a6bae9b4abede59ce788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)