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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 辰辿^辰辿^ | 10010010010000111001001001001000010111101001001001000011100100100100100001011110 | 924392485e924392485e |
EUC-JP | 辰辿^辰辿^ | 11000011101001001100001110101001010111101100001110100100110000111010100101011110 | c3a4c3a95ec3a4c3a95e |
UTF-8 | 辰辿^辰辿^ | 1110100010111110101100001110100010111110101111110101111011101000101111101011000011101000101111101011111101011110 | e8beb0e8bebf5ee8beb0e8bebf5e |
UHC | 辰?^辰?^ | 1111001011100011001111110101111011110010111000110011111101011110 | f2e33f5ef2e33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)