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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?紆亦 | 0011111111100010111111001001011010010010 | 3fe2fc9692 |
EUC-JP | 炤紆亦 | 10001111110010011101001011100100111111101100101111110010 | 8fc9d2e4fecbf2 |
UTF-8 | 炤紆亦 | 111001111000001010100100111001111011010010000110111001001011101010100110 | e782a4e7b486e4baa6 |
UHC | 炤紆亦 | 111000011011111111101001111000011110011010110010 | e1bfe9e1e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)