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 | ûÄú½¯ | 111110111100010011111010101111011001111110101111 | fbc4fabd9faf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÄú??¯ | 1000111110101011111001011000111110101010101000111000111110101011111000100011111100111111100011111010001010110100 | 8fabe58faaa38fabe23f3f8fa2b4 |
UTF-8 | ûÄú½¯ | 110000111011101111000011100001001100001110111010110000101011110111000010100111111100001010101111 | c3bbc384c3bac2bdc29fc2af |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)