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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辿多短叩^ | 100100100100100010010001101111011001001001011010100100100100000001011110 | 924891bd925a92405e |
EUC-JP | 辿多短叩^ | 110000111010100111000010101111111100001110111011110000111010000101011110 | c3a9c2bfc3bbc3a15e |
UTF-8 | 辿多短叩^ | 11101000101111101011111111100101101001001001101011100111100111111010110111100101100011111010100101011110 | e8bebfe5a49ae79fade58fa95e |
UHC | ?多短叩^ | 0011111111010010111111011101001110101101110011011011000001011110 | 3fd2fdd3adcdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)