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 | ???西?? | 00111111001111110011111110010000101111000011111100111111 | 3f3f3f90bc3f3f |
EUC-JP | ???西?? | 00111111001111110011111111000000101111100011111100111111 | 3f3f3fc0be3f3f |
UTF-8 | 쑹렶렊西롅렎 | 111011001001000110111001111010111010000010110110111010111010000010001010111010001010010110111111111010111010000110000101111010111010000010001110 | ec91b9eba0b6eba08ae8a5bfeba185eba08e |
UHC | 쑹렶렊西롅렎 | 101111101010101110001110110000011000111010100001111000001010010010001110110010111000111010100100 | beab8ec18ea1e0a48ecb8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)