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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 辿狸}Y辿狸}bE | 10010010010010001001001001001011011111010101100110010010010010001001001001001011011111010110001001000101 | 9248924b7d599248924b7d6245 |
EUC-JP | 辿狸}Y辿狸}bE | 11000011101010011100001110101100011111010101100111000011101010011100001110101100011111010110001001000101 | c3a9c3ac7d59c3a9c3ac7d6245 |
UTF-8 | 辿狸}Y辿狸}bE | 1110100010111110101111111110011110001011101110000111110101011001111010001011111010111111111001111000101110111000011111010110001001000101 | e8bebfe78bb87d59e8bebfe78bb87d6245 |
UHC | ?狸}Y?狸}bE | 0011111111010111111000010111110101011001001111111101011111100001011111010110001001000101 | 3fd7e17d593fd7e17d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)