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^ | 001111110011111101011110010001000011111100111111010111100100010001011110 | 3f3f5e443f3f5e445e |
SJIS-WIN | □?^D□?^D^ | 1000000110100000001111110101111001000100100000011010000000111111010111100100010001011110 | 81a03f5e4481a03f5e445e |
EUC-JP | □?^D□?^D^ | 1010001010100010001111110101111001000100101000101010001000111111010111100100010001011110 | a2a23f5e44a2a23f5e445e |
UTF-8 | □▩^D□▩^D^ | 1110001010010110101000011110001010010110101010010101111001000100111000101001011010100001111000101001011010101001010111100100010001011110 | e296a1e296a95e44e296a1e296a95e445e |
UHC | □▩^D□▩^D^ | 10100001111000001010001011001100010111100100010010100001111000001010001011001100010111100100010001011110 | a1e0a2cc5e44a1e0a2cc5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)