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 | 邊ォ謇倶抦 | 111001111011001010101011111001101000100110001011111001001111101011001000 | e7b2abe6898be4fac8 |
EUC-JP | 邊ォ謇倶抦 | 1110111010110100100011101010101111101011111010011011011011100110100011111011111111001001 | eeb48eabebe9b6e68fbfc9 |
UTF-8 | 邊ォ謇倶抦 | 111010011000001010001010111011111011110110101011111010001010110010000111111001011000000010110110111001101000101010100110 | e9828aefbdabe8ac87e580b6e68aa6 |
UHC | 邊???? | 110111001010101100111111001111110011111100111111 | dcab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)