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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 伊逗??紆?B | 10001000110010011001000010000000001111110011111111100010111111000011111101000010 | 88c990803f3fe2fc3f42 |
EUC-JP | 伊逗??紆?B | 10110000110010111011111111100000001111110011111111100100111111100011111101000010 | b0cbbfe03f3fe4fe3f42 |
UTF-8 | 伊逗렩렊紆렣B | 11100100101111001000101011101001100000001001011111101011101000001010100111101011101000001000101011100111101101001000011011101011101000001010001101000010 | e4bc8ae98097eba0a9eba08ae7b486eba0a342 |
UHC | 伊逗렩렊紆렣B | 11101100101001011101010011101000100011101011011110001110101000011110100111100001100011101011010001000010 | eca5d4e88eb78ea1e9e18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)