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 | 邊ォ蝓取 | 111001111011001010101011111001011001111110001110111001101111001110001100 | e7b2abe59f8ee6f38c |
EUC-JP | 邊ォ蝓取? | 111011101011010010001110101010111110101010100001101111001110100000111111 | eeb48eabeaa1bce83f |
UTF-8 | 邊ォ蝓取 | 111010011000001010001010111011111011110110101011111010001001110110010011111001011000111110010110111011101000100110111111 | e9828aefbdabe89d93e58f96ee89bf |
UHC | 邊??取? | 11011100101010110011111100111111111101101010001000111111 | dcab3f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)