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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?社?梨狎^ | 001111111000111011010000001111111001011110011100111000001011111001011110 | 3f8ed03f979ce0be5e |
EUC-JP | ?社旿梨狎^ | 0011111110111100110100101000111111000001111101001100110111111100111000001100000001011110 | 3fbcd28fc1f4cdfce0c05e |
UTF-8 | 뤋社旿梨狎^ | 11101011101001001000101111100111101001001011111011100110100101111011111111100110101000101010100011100111100010111000111001011110 | eba48be7a4bee697bfe6a2a8e78b8e5e |
UHC | 뤋社旿梨狎^ | 1000111110111011110111101110010011100111111110101101011111011110111001001110010001011110 | 8fbbdee4e7fad7dee4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)