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 | 疫??吾? | 10001001011101010011111100111111100011001110000100111111 | 89753f3f8ce13f |
EUC-JP | 疫??吾? | 10110001110101100011111100111111101110001110001100111111 | b1d63f3fb8e33f |
UTF-8 | 疫욘펵吾킺 | 111001111001011010101011111011001001101010011000111011011000111010110101111001011001000010111110111011011000001010111010 | e796abec9a98ed8eb5e590beed82ba |
UHC | 疫욘펵吾킺 | 11100110101110011011111111100110101111001000011011100111111011101011010101100100 | e6b9bfe6bc86e7eeb564 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)