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 | 杓革衒 | 100011101101101110001010011101101110010111001000 | 8edb8a76e5c8 |
EUC-JP | 杓革衒 | 101111001101110110110011110101111110101011001010 | bcddb3d7eaca |
UTF-8 | 杓革衒 | 111001101001110110010011111010011001110110101001111010001010000110010010 | e69d93e99da9e8a192 |
UHC | 杓革衒 | 111110001111010111111010110101001111101011100101 | f8f5fad4fae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)