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 | 邊ケ逑顔イ | 1110011110110010101110011110011110010011100010101110011110110010 | e7b2b9e7938ae7b2 |
EUC-JP | 邊ケ逑顔イ | 11101110101101001000111010111001111011011111001110110100111010011000111010110010 | eeb48eb9edf3b4e98eb2 |
UTF-8 | 邊ケ逑顔イ | 111010011000001010001010111011111011110110111001111010011000000010010001111010011010000110010100111011111011110110110010 | e9828aefbdb9e98091e9a194efbdb2 |
UHC | 邊?逑顔? | 1101110010101011001111111100111111000111111001001101010000111111 | dcab3fcfc7e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)