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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?①?疫? | 00111111100001110100000000111111100010010111010100111111 | 3f87403f89753f |
EUC-JP | ???疫? | 001111110011111100111111101100011101011000111111 | 3f3f3fb1d63f |
UTF-8 | 緣①뮵疫쒏 | 111001111011011110100011111000101001000110100000111010111010111010110101111001111001011010101011111011001001001010001111 | e7b7a3e291a0ebaeb5e796abec928f |
UHC | 緣①뮵疫쒏 | 11100110110111101010100011100111100100101011110111100110101110011001110011100110 | e6dea8e792bde6b99ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)