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 | å·±° | 111001011011011110011000101100011001010110110000 | e5b798b195b0 |
SJIS-WIN | ???±?° | 0011111100111111001111111000000101111101001111111000000110001011 | 3f3f3f817d3f818b |
EUC-JP | å??±?° | 10001111101010111010100100111111001111111010000111011110001111111010000111101011 | 8faba93f3fa1de3fa1eb |
UTF-8 | å·±° | 110000111010010111000010101101111100001010011000110000101011000111000010100101011100001010110000 | c3a5c2b7c298c2b1c295c2b0 |
UHC | ?·?±?° | 001111111010000110100100001111111010000110111110001111111010000111000110 | 3fa1a43fa1be3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)