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 | 邊イ迹ー鮨 | 1110011110110010101100101110011110010001101100001110100110111101 | e7b2b2e791b0e9bd |
EUC-JP | 邊イ迹ー鮨 | 11101110101101001000111010110010111011011111000110001110101100001111001010111111 | eeb48eb2edf18eb0f2bf |
UTF-8 | 邊イ迹ー鮨 | 111010011000001010001010111011111011110110110010111010001011111110111001111011111011110110110000111010011010111010101000 | e9828aefbdb2e8bfb9efbdb0e9aea8 |
UHC | 邊?迹?? | 11011100101010110011111111101110111010010011111100111111 | dcab3feee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)