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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 艇??? | 1001001011111000001111110011111100111111 | 92f83f3f3f |
EUC-JP | 艇®?? | 11000100111110101000111110100010111011100011111100111111 | c4fa8fa2ee3f3f |
UTF-8 | 艇®맒롈 | 1110100010001001100001111100001010101110111010111010011110010010111010111010000110001000 | e88987c2aeeba792eba188 |
UHC | 艇®맒롈 | 1110111111110011101000101110011110111000101111011000111011001110 | eff3a2e7b8bd8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)