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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?橈?橈^ | 00111111100111101111010000111111100111101111010001011110 | 3f9ef43f9ef45e |
EUC-JP | ?橈?橈^ | 00111111110111001111011000111111110111001111011001011110 | 3fdcf63fdcf65e |
UTF-8 | 숥橈숥橈^ | 11101100100010001010010111100110101010011000100011101100100010001010010111100110101010011000100001011110 | ec88a5e6a988ec88a5e6a9885e |
UHC | 숥橈숥橈^ | 100110100100001011101000111110101001101001000010111010001111101001011110 | 9a42e8fa9a42e8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)