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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊ォ蝓手・ | 1110011110110010101010111110010110011111100011101110100010100101 | e7b2abe59f8ee8a5 |
EUC-JP | 邊ォ蝓手・ | 11101110101101001000111010101011111010101010000110111100111010101000111010100101 | eeb48eabeaa1bcea8ea5 |
UTF-8 | 邊ォ蝓手・ | 111010011000001010001010111011111011110110101011111010001001110110010011111001101000100110001011111011111011110110100101 | e9828aefbdabe89d93e6898befbda5 |
UHC | 邊??手? | 11011100101010110011111100111111111000101010001000111111 | dcab3f3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)