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 | ????ゅ9 | 0011111100111111001111110011111110000010111000111000001001011000 | 3f3f3f3f82e38258 |
EUC-JP | ???沅ゅ9 | 00111111001111110011111110001111110001101110100110100100111001011010001110111001 | 3f3f3f8fc6e9a4e5a3b9 |
UTF-8 | 列룸뱷沅ゅ9 | 111011111010011010011100111010111010001110111000111010111011000110110111111001101011001010000101111000111000001010000101111011111011110010011001 | efa69ceba3b8ebb1b7e6b285e38285efbc99 |
UHC | 列룸뱷沅ゅ9 | 111001101110101010110111111010111001001110011101111010101011011010101010111001011010001110111001 | e6eab7eb939deab6aae5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)