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 | 邊ォ鮗ゥ粃 | 1110011110110010101010111110100110111010101010011110001011100001 | e7b2abe9baa9e2e1 |
EUC-JP | 邊ォ鮗ゥ粃 | 11101110101101001000111010101011111100101011110010001110101010011110010011100011 | eeb48eabf2bc8ea9e4e3 |
UTF-8 | 邊ォ鮗ゥ粃 | 111010011000001010001010111011111011110110101011111010011010111010010111111011111011110110101001111001111011001010000011 | e9828aefbdabe9ae97efbda9e7b283 |
UHC | 邊???粃 | 11011100101010110011111100111111001111111101110111111011 | dcab3f3f3fddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)