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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将ア。ン戓「。 | 100011111010101110110001101000011101110111111010110001111010001010100001 | 8fabb1a1ddfac7a2a1 |
EUC-JP | 将ア。ン戓「。 | 101111101010110110001110101100011000111010100001100011101101110110001111101111111010100010001110101000101000111010100001 | bead8eb18ea18edd8fbfa88ea28ea1 |
UTF-8 | 将ア。ン戓「。 | 111001011011000010000110111011111011110110110001111011111011110110100001111011111011111010011101111001101000100010010011111011111011110110100010111011111011110110100001 | e5b086efbdb1efbda1efbe9de68893efbda2efbda1 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)