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 | ?矜???靜 | 0011111111100001111000000011111100111111001111111110100011001110 | 3fe1e03f3f3fe8ce |
EUC-JP | ?矜???靜 | 0011111111100010111000100011111100111111001111111111000011010000 | 3fe2e23f3f3ff0d0 |
UTF-8 | 諪矜렮쭹쒜靜 | 111010001010101110101010111001111001111110011100111010111010000010101110111011001010110110111001111011001001001010011100111010011001110110011100 | e8abaae79f9ceba0aeecadb9ec929ce99d9c |
UHC | 諪矜렮쭹쒜靜 | 111011111111010111010000111010001000111010111011110000101110011110111110101011101111000010100001 | eff5d0e88ebbc2e7beaef0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)