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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疫ヨ?? | 100010010111010110000011100010000011111100111111 | 897583883f3f |
EUC-JP | 疫ヨ?? | 101100011101011010100101111010000011111100111111 | b1d6a5e83f3f |
UTF-8 | 疫ヨ펺歷 | 111001111001011010101011111000111000001110101000111011011000111010111010111011111010011010001100 | e796abe383a8ed8ebaefa68c |
UHC | 疫ヨ펺歷 | 1110011010111001101010111110100010111100100010101110011010111000 | e6b9abe8bc8ae6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)