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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ヤャhヤャ | 110101001111000010110011101011000110100011010100111100001011001110101100 | d4f0b3ac68d4f0b3ac |
EUC-JP | ヤ?ャhヤ?ャ | 1000111011010100001111111000111010101100011010001000111011010100001111111000111010101100 | 8ed43f8eac688ed43f8eac |
UTF-8 | ヤャhヤャ | 11101111101111101001010011101110100000011011001011101111101111011010110001101000111011111011111010010100111011101000000110110010111011111011110110101100 | efbe94ee81b2efbdac68efbe94ee81b2efbdac |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)