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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??モ??モ^ | 001111110011111110000011100000100011111100111111100000111000001001011110 | 3f3f83823f3f83825e |
EUC-JP | ??モ??モ^ | 001111110011111110100101111000100011111100111111101001011110001001011110 | 3f3fa5e23f3fa5e25e |
UTF-8 | 룴햶モ룴햶モ^ | 11101011101000111011010011101101100101101011011011100011100000111010001011101011101000111011010011101101100101101011011011100011100000111010001001011110 | eba3b4ed96b6e383a2eba3b4ed96b6e383a25e |
UHC | 룴햶モ룴햶モ^ | 10001111101010011100000110001111101010111110001010001111101010011100000110001111101010111110001001011110 | 8fa9c18fabe28fa9c18fabe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)