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 | ∵?岫?議綢 | 10000001111001100011111110011011101010110011111110001011011000111110001101100001 | 81e63f9bab3f8b63e361 |
EUC-JP | ∵?岫?議綢 | 10100010111010000011111111010110101011010011111110110101110001001110010111000010 | a2e83fd6ad3fb5c4e5c2 |
UTF-8 | ∵룶岫룫議綢 | 111000101000100010110101111010111010001110110110111001011011001010101011111010111010001110101011111010001010110110110000111001111011011010100010 | e288b5eba3b6e5b2abeba3abe8adb0e7b6a2 |
UHC | ∵룶岫룫議綢 | 101000011111000110001111101010111110000111111011100011111010001011101100101000011111000111000110 | a1f18fabe1fb8fa2eca1f1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)