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 | 財???痛鏃 | 100011011110000000111111001111110011111110010010110010011110100001010110 | 8de03f3f3f92c9e856 |
| EUC-JP | 財???痛鏃 | 101110101110001000111111001111110011111111000100110010111110111110110111 | bae23f3f3fc4cbefb7 |
| UTF-8 | 財먁렩뤈痛鏃 | 111010001011001010100001111010111010100010000001111010111010000010101001111010111010010010001000111001111001011110011011111010011000111110000011 | e8b2a1eba881eba0a9eba488e7979be98f83 |
| UHC | 財먁렩뤈痛鏃 | 111011101010111110111000110100001000111010110111100011111011100011110111110101001111000011101100 | eeafb8d08eb78fb8f7d4f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)