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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??粃??? | 00111111001111111110001011100001001111110011111100111111 | 3f3fe2e13f3f3f |
EUC-JP | ??粃??? | 00111111001111111110010011100011001111110011111100111111 | 3f3fe4e33f3f3f |
UTF-8 | 룶뇟粃驪룶킃 | 111010111010001110110110111010111000011110011111111001111011001010000011111011111010011010000111111010111010001110110110111011011000001010000011 | eba3b6eb879fe7b283efa687eba3b6ed8283 |
UHC | 룶뇟粃驪룶킃 | 100011111010101110110100101000011101110111111011111001101010111110001111101010111011010010001111 | 8fabb4a1ddfbe6af8fabb48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)