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 | 踟シ笏 | 1110011011110111101111001110001010010100 | e6f7bce294 |
EUC-JP | 踟シ笏 | 111011001111100110001110101111001110001111110100 | ecf98ebce3f4 |
UTF-8 | 踟シ笏 | 111010001011100010011111111011111011110110111100111001111010110010001111 | e8b89fefbdbce7ac8f |
UHC | ??笏 | 00111111001111111111101111101110 | 3f3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)