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 | 筌≪??\ | 11100010101000111000000111100001001111110011111101011100 | e2a381e13f3f5c |
EUC-JP | 筌≪??\ | 11100100101001011010001011100011001111110011111101011100 | e4a5a2e33f3f5c |
UTF-8 | 筌≪뼚흟\ | 11100111101011011000110011100010100010011010101011101011101111001001101011101101100111011001111101011100 | e7ad8ce289aaebbc9aed9d9f5c |
UHC | 筌≪뼚흟\ | 111011111010011110100001111011001001011010100000110001011000000101011100 | efa7a1ec96a0c5815c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)