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 | °°^ | 100011011000100010010111101100001000110110001000100101111011000001011110 | 8d8897b08d8897b05e |
SJIS-WIN | ???°???°^ | 0011111100111111001111111000000110001011001111110011111100111111100000011000101101011110 | 3f3f3f818b3f3f3f818b5e |
EUC-JP | ???°???°^ | 0011111100111111001111111010000111101011001111110011111100111111101000011110101101011110 | 3f3f3fa1eb3f3f3fa1eb5e |
UTF-8 | °°^ | 1100001010001101110000101000100011000010100101111100001010110000110000101000110111000010100010001100001010010111110000101011000001011110 | c28dc288c297c2b0c28dc288c297c2b05e |
UHC | ???°???°^ | 0011111100111111001111111010000111000110001111110011111100111111101000011100011001011110 | 3f3f3fa1c63f3f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)