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 | 貉帷く蟄錬 | 11100110101110011001101111100111100000101010110111100101101011011001100001000010 | e6b99be782ade5ad9842 |
EUC-JP | 貉帷く蟄錬 | 11101100101110111101011011101001101001001010111111101010101011111100111110100011 | ecbbd6e9a4afeaafcfa3 |
UTF-8 | 貉帷く蟄錬 | 111010001011001010001001111001011011100010110111111000111000000110001111111010001001111110000100111010011000110010101100 | e8b289e5b8b7e3818fe89f84e98cac |
UHC | ??く蟄? | 00111111001111111010101010101111111101101101111000111111 | 3f3faaaff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)