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 | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
SJIS-WIN | 辿叩x辿叩x^ | 1001001001001000100100100100000001111000100100100100100010010010010000000111100001011110 | 924892407892489240785e |
EUC-JP | 辿叩x辿叩x^ | 1100001110101001110000111010000101111000110000111010100111000011101000010111100001011110 | c3a9c3a178c3a9c3a1785e |
UTF-8 | 辿叩x辿叩x^ | 111010001011111010111111111001011000111110101001011110001110100010111110101111111110010110001111101010010111100001011110 | e8bebfe58fa978e8bebfe58fa9785e |
UHC | ?叩x?叩x^ | 001111111100110110110000011110000011111111001101101100000111100001011110 | 3fcdb0783fcdb0785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)