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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 杖?哉磐?? | 100011111111000100111111100011011100011010010100110101100011111100111111 | 8ff13f8dc694d63f3f |
EUC-JP | 杖?哉磐?? | 101111101111001100111111101110101100100011001000110110000011111100111111 | bef33fbac8c8d83f3f |
UTF-8 | 杖렦哉磐렰렑 | 111001101001110110010110111010111010000010100110111001011001001110001001111001111010001110010000111010111010000010110000111010111010000010010001 | e69d96eba0a6e59389e7a390eba0b0eba091 |
UHC | 杖렦哉磐렰렑 | 111011011110100010001110101101011110111010100011110110101111000110001110101111011000111010100110 | ede88eb5eea3daf18ebd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)