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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?①?疫?? | 0011111110000111010000000011111110001001011101010011111100111111 | 3f87403f89753f3f |
EUC-JP | ???疫?? | 00111111001111110011111110110001110101100011111100111111 | 3f3f3fb1d63f3f |
UTF-8 | 緣①뮵疫쒏굢 | 111001111011011110100011111000101001000110100000111010111010111010110101111001111001011010101011111011001001001010001111111010101011010110100010 | e7b7a3e291a0ebaeb5e796abec928feab5a2 |
UHC | 緣①뮵疫쒏굢 | 111001101101111010101000111001111001001010111101111001101011100110011100111001101000001010001001 | e6dea8e792bde6b99ce68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)