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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 辰束辿棚\ | 100100100100001110010001101010011001001001001000100100100100100101011100 | 924391a9924892495c |
EUC-JP | 辰束辿棚\ | 110000111010010011000010101010111100001110101001110000111010101001011100 | c3a4c2abc3a9c3aa5c |
UTF-8 | 辰束辿棚\ | 11101000101111101011000011100110100111011001111111101000101111101011111111100110101000111001101001011100 | e8beb0e69d9fe8bebfe6a39a5c |
UHC | 辰束?棚\ | 1111001011100011111000011101011000111111110111011101110001011100 | f2e3e1d63fdddc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)