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 | ??k???? | 00111111001111110110101100111111001111110011111100111111 | 3f3f6b3f3f3f3f |
SJIS-WIN | 将。k将。将ツ | 10001111101010111010000101101011100011111010101110100001100011111010101111000010 | 8faba16b8faba18fabc2 |
EUC-JP | 将。k将。将ツ | 10111110101011011000111010100001011010111011111010101101100011101010000110111110101011011000111011000010 | bead8ea16bbead8ea1bead8ec2 |
UTF-8 | 将。k将。将ツ | 11100101101100001000011011101111101111011010000101101011111001011011000010000110111011111011110110100001111001011011000010000110111011111011111010000010 | e5b086efbda16be5b086efbda1e5b086efbe82 |
UHC | ??k???? | 00111111001111110110101100111111001111110011111100111111 | 3f3f6b3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)