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 | 疫??疫?? | 1000100101110101001111110011111110001001011101010011111100111111 | 89753f3f89753f3f |
EUC-JP | 疫??疫?? | 1011000111010110001111110011111110110001110101100011111100111111 | b1d63f3fb1d63f3f |
UTF-8 | 疫욜킋疫욕괌 | 111001111001011010101011111011001001101010011100111011011000001010001011111001111001011010101011111011001001101010010101111010101011010010001100 | e796abec9a9ced828be796abec9a95eab48c |
UHC | 疫욜킋疫욕괌 | 111001101011100110111111111001111011010010010111111001101011100110111111111001011011000110100001 | e6b9bfe7b497e6b9bfe5b1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)