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 | 繒槃飛異 | 1111101110001111100111101100111110010100111100101000100011011001 | fb8f9ecf94f288d9 |
EUC-JP | 繒槃飛異 | 100011111101010011010100110111001101000111001000111101001011000011011011 | 8fd4d4dcd1c8f4b0db |
UTF-8 | 繒槃飛異 | 111001111011100110010010111001101010011110000011111010011010001110011011111001111001010110110000 | e7b992e6a783e9a39be795b0 |
UHC | 繒槃飛異 | 1111000111111001110110101110100111011110101010111110110010110110 | f1f9dae9deabecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)