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 | 有??有??^ | 100101110100110000111111001111111001011101001100001111110011111101011110 | 974c3f3f974c3f3f5e |
EUC-JP | 有??有??^ | 110011011010110100111111001111111100110110101101001111110011111101011110 | cdad3f3fcdad3f3f5e |
UTF-8 | 有뉖킀有뉗븾^ | 11100110100111001000100111101011100010011001011011101101100000101000000011100110100111001000100111101011100010011001011111101011101110001011111001011110 | e69c89eb8996ed8280e69c89eb8997ebb8be5e |
UHC | 有뉖킀有뉗븾^ | 11101010111100111000011111101011101101001000110111101010111100111000011111101100100101011010011101011110 | eaf387ebb48deaf387ec95a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)