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 | 10010010010010001001000110111010011111010101100110010010010010001001000110111010011111010110001001000101 | 924891ba7d59924891ba7d6245 |
EUC-JP | 辿村}Y辿村}bE | 11000011101010011100001010111100011111010101100111000011101010011100001010111100011111010110001001000101 | c3a9c2bc7d59c3a9c2bc7d6245 |
UTF-8 | 辿村}Y辿村}bE | 1110100010111110101111111110011010011101100100010111110101011001111010001011111010111111111001101001110110010001011111010110001001000101 | e8bebfe69d917d59e8bebfe69d917d6245 |
UHC | ?村}Y?村}bE | 0011111111110101101111010111110101011001001111111111010110111101011111010110001001000101 | 3ff5bd7d593ff5bd7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)