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 | 諢幎合 | 111001101000010010011011111010111000110110000111 | e6849beb8d87 |
EUC-JP | 諢幎合 | 111010111110010011010110111011011011100111100111 | ebe4d6edb9e7 |
UTF-8 | 諢幎合 | 111010001010101110100010111001011011100110001110111001011001000010001000 | e8aba2e5b98ee59088 |
UHC | ??合 | 00111111001111111111100111101010 | 3f3ff9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)