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 | 褶咏伽 | 111001011111011110011001111001111000100110111110 | e5f799e789be |
EUC-JP | 褶咏伽 | 111010101111100111010010111010011011001011000000 | eaf9d2e9b2c0 |
UTF-8 | 褶咏伽 | 111010001010010010110110111001011001001010001111111001001011110010111101 | e8a4b6e5928fe4bcbd |
UHC | 褶?伽 | 1110001110101000001111111100101010100001 | e3a83fcaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)