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 | ?社午?狎^ | 001111111000111011010000100011001101111100111111111000001011111001011110 | 3f8ed08cdf3fe0be5e |
EUC-JP | ?社午?狎^ | 001111111011110011010010101110001110000100111111111000001100000001011110 | 3fbcd2b8e13fe0c05e |
UTF-8 | 뤋社午쁩狎^ | 11101011101001001000101111100111101001001011111011100101100011011000100011101100100000011010100111100111100010111000111001011110 | eba48be7a4bee58d88ec81a9e78b8e5e |
UHC | 뤋社午쁩狎^ | 1000111110111011110111101110010011100111111011011011101111011110111001001110010001011110 | 8fbbdee4e7edbbdee4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)