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 | 闢埼賜竏 | 1110100010010011100011011110100110001110100100101110001010001000 | e8938de98e92e288 |
EUC-JP | 闢埼賜竏 | 1110111111110011101110101110101110111011111100101110001111101000 | eff3baebbbf2e3e8 |
UTF-8 | 闢埼賜竏 | 111010011001011110100010111001011001111110111100111010001011001110011100111001111010101110001111 | e997a2e59fbce8b39ce7ab8f |
UHC | 闢埼賜? | 11011100101000111101000011110010110111101111010000111111 | dca3d0f2def43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)