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 | 霄嫉溿失霓 | 11101000101110101000111010111001111110110100101010001110101110001110100010111101 | e8ba8eb9fb4a8eb8e8bd |
EUC-JP | 霄嫉溿失霓 | 1111000010111100101111001011101110001111110010001011000110111100101110101111000010111111 | f0bcbcbb8fc8b1bcbaf0bf |
UTF-8 | 霄嫉溿失霓 | 111010011001110010000100111001011010101110001001111001101011101010111111111001011010010010110001111010011001110010010011 | e99c84e5ab89e6babfe5a4b1e99c93 |
UHC | ?嫉?失霓 | 0011111111110010111011000011111111100011111101111110011111100111 | 3ff2ec3fe3f7e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)