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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 躬烋貅豎h | 111001110101101011100000011111011110011010111010111001101011000101101000 | e75ae07de6bae6b168 |
EUC-JP | 躬烋貅豎h | 111011011011101111011111110111101110110010111100111011001011001101101000 | edbbdfdeecbcecb368 |
UTF-8 | 躬烋貅豎h | 11101000101110101010110011100111100000111000101111101000101100101000010111101000101100011000111001101000 | e8baace7838be8b285e8b18e68 |
UHC | 躬烋??h | 11001111111001011111110111001110001111110011111101101000 | cfe5fdce3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)