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 | ??????|B | 0011111100111111001111110011111100111111001111110111110001000010 | 3f3f3f3f3f3f7c42 |
SJIS-WIN | 将ア将。将。|B | 1000111110101011101100011000111110101011101000011000111110101011101000010111110001000010 | 8fabb18faba18faba17c42 |
EUC-JP | 将ア将。将。|B | 1011111010101101100011101011000110111110101011011000111010100001101111101010110110001110101000010111110001000010 | bead8eb1bead8ea1bead8ea17c42 |
UTF-8 | 将ア将。将。|B | 1110010110110000100001101110111110111101101100011110010110110000100001101110111110111101101000011110010110110000100001101110111110111101101000010111110001000010 | e5b086efbdb1e5b086efbda1e5b086efbda17c42 |
UHC | ??????|B | 0011111100111111001111110011111100111111001111110111110001000010 | 3f3f3f3f3f3f7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)