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 | 影??將?? | 1000100101100101001111110011111110011011100100100011111100111111 | 89653f3f9b923f3f |
| EUC-JP | 影??將?? | 1011000111000110001111110011111111010101111100100011111100111111 | b1c63f3fd5f23f3f |
| UTF-8 | 影뚲궧將멩솿 | 111001011011110110110001111010111001101010110010111010101011011010100111111001011011000010000111111010111010100110101001111011001000011010111111 | e5bdb1eb9ab2eab6a7e5b087eba9a9ec86bf |
| UHC | 影뚲궧將멩솿 | 111001111010111110001100111011101000001010111001111011011110001010111000111001101001100110110011 | e7af8cee82b9ede2b8e699b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)