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 | ?@?S}Y?@?S}bE | 00111111010000000011111101010011011111010101100100111111010000000011111101010011011111010110001001000101 | 3f403f537d593f403f537d6245 |
SJIS-WIN | ?@?S}Y?@?S}bE | 00111111010000000011111101010011011111010101100100111111010000000011111101010011011111010110001001000101 | 3f403f537d593f403f537d6245 |
EUC-JP | ?@?S}Y?@?S}bE | 00111111010000000011111101010011011111010101100100111111010000000011111101010011011111010110001001000101 | 3f403f537d593f403f537d6245 |
UTF-8 | Ͱ@ͰS}YͰ@ͰS}bE | 1100110110110000010000001100110110110000010100110111110101011001110011011011000001000000110011011011000001010011011111010110001001000101 | cdb040cdb0537d59cdb040cdb0537d6245 |
UHC | ?@?S}Y?@?S}bE | 00111111010000000011111101010011011111010101100100111111010000000011111101010011011111010110001001000101 | 3f403f537d593f403f537d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)