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 | 提??提??^ | 100100101111000100111111001111111001001011110001001111110011111101011110 | 92f13f3f92f13f3f5e |
EUC-JP | 提??提??^ | 110001001111001100111111001111111100010011110011001111110011111101011110 | c4f33f3fc4f33f3f5e |
UTF-8 | 提흩껙提흩껑^ | 11100110100011111001000011101101100111011010100111101010101110111001100111100110100011111001000011101101100111011010100111101010101110111001000101011110 | e68f90ed9da9eabb99e68f90ed9da9eabb915e |
UHC | 提흩껙提흩껑^ | 11110000101010111100100011110000101100101011001111110000101010111100100011110000101100101011000101011110 | f0abc8f0b2b3f0abc8f0b2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)