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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?矜??? | 001111111110000111100000001111110011111100111111 | 3fe1e03f3f3f |
EUC-JP | ?矜??? | 001111111110001011100010001111110011111100111111 | 3fe2e23f3f3f |
UTF-8 | 諪矜렮쮜鸞 | 111010001010101110101010111001111001111110011100111010111010000010101110111011001010111010011100111011111010010010100000 | e8abaae79f9ceba0aeecae9cefa4a0 |
UHC | 諪矜렮쮜鸞 | 11101111111101011101000011101000100011101011101111000010111010001101000111110010 | eff5d0e88ebbc2e8d1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)