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 | 邂躯拷 | 111001111010111010001011111010111000110110001001 | e7ae8beb8d89 |
EUC-JP | 邂躯拷 | 111011101011000010110110111011011011100111101001 | eeb0b6edb9e9 |
UTF-8 | 邂躯拷 | 111010011000001010000010111010001011101010101111111001101000101110110111 | e98282e8baafe68bb7 |
UHC | 邂?拷 | 1111101010110011001111111100110110111000 | fab33fcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)