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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 竪樽D竪樽D^ | 1001001001000111100100100100110101000100100100100100011110010010010011010100010001011110 | 9247924d449247924d445e |
EUC-JP | 竪樽D竪樽D^ | 1100001110101000110000111010111001000100110000111010100011000011101011100100010001011110 | c3a8c3ae44c3a8c3ae445e |
UTF-8 | 竪樽D竪樽D^ | 111001111010101110101010111001101010100010111101010001001110011110101011101010101110011010101000101111010100010001011110 | e7abaae6a8bd44e7abaae6a8bd445e |
UHC | 竪樽D竪樽D^ | 1110001010110101111100011101110001000100111000101011010111110001110111000100010001011110 | e2b5f1dc44e2b5f1dc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)