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 | 瑩??疫?? | 1110000011110000001111110011111110001001011101010011111100111111 | e0f03f3f89753f3f |
EUC-JP | 瑩??疫?? | 1110000011110010001111110011111110110001110101100011111100111111 | e0f23f3fb1d63f3f |
UTF-8 | 瑩붷뤀疫섓슉 | 111001111001000110101001111010111011011010110111111010111010010010000000111001111001011010101011111011001000010010010011111011001000101010001001 | e791a9ebb6b7eba480e796abec8493ec8a89 |
UHC | 瑩붷뤀疫섓슉 | 111110111010100110010100111001011000111110110001111001101011100110011000111011111011110110110101 | fba994e58fb1e6b998efbdb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)