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 | 繞遂゛譯 | 1110001110000101100100001000101110000001010010101110011010100001 | e385908b814ae6a1 |
| EUC-JP | 繞遂゛譯 | 1110010111100101101111111110101110100001101010111110110010100011 | e5e5bfeba1abeca3 |
| UTF-8 | 繞遂゛譯 | 111001111011100110011110111010011000000110000010111000111000001010011011111010001010110110101111 | e7b99ee98182e3829be8adaf |
| UHC | 繞遂?譯 | 11101001101001001110001011000100001111111110011010111011 | e9a4e2c43fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)