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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐軸裔豸 | 1111101010110110100011101011001011100101111000011110011010110110 | fab68eb2e5e1e6b6 |
EUC-JP | 巐軸裔豸 | 100011111011101111111001101111001011010011101010111000111110110010111000 | 8fbbf9bcb4eae3ecb8 |
UTF-8 | 巐軸裔豸 | 111001011011011110010000111010001011101110111000111010001010001110010100111010001011000110111000 | e5b790e8bbb8e8a394e8b1b8 |
UHC | ?軸裔? | 001111111111010111101110111001111110000000111111 | 3ff5eee7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)