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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 璢昭セ | 1110000011100011100011111011101010111110 | e0e38fbabe |
EUC-JP | 璢昭セ | 111000001110010110111110101111001000111010111110 | e0e5bebc8ebe |
UTF-8 | 璢昭セ | 111001111001001010100010111001101001100010101101111011111011110110111110 | e792a2e698adefbdbe |
UHC | ?昭? | 00111111111000011011100100111111 | 3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)