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 | ??V????B | 0011111100111111010101100011111100111111001111110011111101000010 | 3f3f563f3f3f3f42 |
SJIS-WIN | 将ョV将。「フB | 10001111101010111010111001010110100011111010101110100001101000101100110001000010 | 8fabae568faba1a2cc42 |
EUC-JP | 将ョV将。「フB | 1011111010101101100011101010111001010110101111101010110110001110101000011000111010100010100011101100110001000010 | bead8eae56bead8ea18ea28ecc42 |
UTF-8 | 将ョV将。「フB | 1110010110110000100001101110111110111101101011100101011011100101101100001000011011101111101111011010000111101111101111011010001011101111101111101000110001000010 | e5b086efbdae56e5b086efbda1efbda2efbe8c42 |
UHC | ??V????B | 0011111100111111010101100011111100111111001111110011111101000010 | 3f3f563f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)