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 | ?b??\ | 0011111101100010001111110011111101011100 | 3f623f3f5c |
SJIS-WIN | 巽b辿竪\ | 1001001001000110011000101001001001001000100100100100011101011100 | 924662924892475c |
EUC-JP | 巽b辿竪\ | 1100001110100111011000101100001110101001110000111010100001011100 | c3a762c3a9c3a85c |
UTF-8 | 巽b辿竪\ | 1110010110110111101111010110001011101000101111101011111111100111101010111010101001011100 | e5b7bd62e8bebfe7abaa5c |
UHC | 巽b?竪\ | 11100001110111100110001000111111111000101011010101011100 | e1de623fe2b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)