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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??粃???? | 0011111100111111111000101110000100111111001111110011111100111111 | 3f3fe2e13f3f3f3f |
EUC-JP | ??粃???? | 0011111100111111111001001110001100111111001111110011111100111111 | 3f3fe4e33f3f3f3f |
UTF-8 | 룶뇟粃驪룶킃◐ | 111010111010001110110110111010111000011110011111111001111011001010000011111011111010011010000111111010111010001110110110111011011000001010000011111000101001011110010000 | eba3b6eb879fe7b283efa687eba3b6ed8283e29790 |
UHC | 룶뇟粃驪룶킃◐ | 1000111110101011101101001010000111011101111110111110011010101111100011111010101110110100100011111010001011000100 | 8fabb4a1ddfbe6af8fabb48fa2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)