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 | ¯£¯^ | 100010011010111110001101101000111000100110101111100011011001010001011110 | 89af8da389af8d945e |
SJIS-WIN | ???£????^ | 00111111001111110011111110000001100100100011111100111111001111110011111101011110 | 3f3f3f81923f3f3f3f5e |
EUC-JP | ?¯?£?¯??^ | 0011111110001111101000101011010000111111101000011111001000111111100011111010001010110100001111110011111101011110 | 3f8fa2b43fa1f23f8fa2b43f3f5e |
UTF-8 | ¯£¯^ | 1100001010001001110000101010111111000010100011011100001010100011110000101000100111000010101011111100001010001101110000101001010001011110 | c289c2afc28dc2a3c289c2afc28dc2945e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)