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 | 竪鱈辿叩\ | 100100100100011110010010010011001001001001001000100100100100000001011100 | 9247924c924892405c |
EUC-JP | 竪鱈辿叩\ | 110000111010100011000011101011011100001110101001110000111010000101011100 | c3a8c3adc3a9c3a15c |
UTF-8 | 竪鱈辿叩\ | 11100111101010111010101011101001101100011000100011101000101111101011111111100101100011111010100101011100 | e7abaae9b188e8bebfe58fa95c |
UHC | 竪??叩\ | 11100010101101010011111100111111110011011011000001011100 | e2b53f3fcdb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)