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 | 鮨冗処蜑ア | 111010011011110110001111111001111000111110001000111001011000100110110001 | e9bd8fe78f88e589b1 |
EUC-JP | 鮨冗処蜑ア | 11110010101111111011111011101001101111011110100011101001111010011000111010110001 | f2bfbee9bde8e9e98eb1 |
UTF-8 | 鮨冗処蜑ア | 111010011010111010101000111001011000011010010111111001011000011110100110111010001001110010010001111011111011110110110001 | e9aea8e58697e587a6e89c91efbdb1 |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)