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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠅コ墲ョ | 111001011010001010111010111110101001111010101110 | e5a2bafa9eae |
EUC-JP | 蠅コ墲ョ | 111010101010010010001110101110101000111110111000110011101000111010101110 | eaa48eba8fb8ce8eae |
UTF-8 | 蠅コ墲ョ | 111010001010000010000101111011111011110110111010111001011010001010110010111011111011110110101110 | e8a085efbdbae5a2b2efbdae |
UHC | 蠅??? | 1110001110110010001111110011111100111111 | e3b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)