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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邂乗ス滂スォ | 111001111010111010001111111001101011110110011111111011111011110110101011 | e7ae8fe6bd9fefbdab |
EUC-JP | 邂乗ス滂スォ | 111011101011000010111110111010001000111010111101110111101111000110001110101111011000111010101011 | eeb0bee88ebddef18ebd8eab |
UTF-8 | 邂乗ス滂スォ | 111010011000001010000010111001001011100110010111111011111011110110111101111001101011101110000010111011111011110110111101111011111011110110101011 | e98282e4b997efbdbde6bb82efbdbdefbdab |
UHC | 邂??滂?? | 1111101010110011001111110011111111011011101101010011111100111111 | fab33f3fdbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)