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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 頂?Y頂?bE | 100100101011100000111111010110011001001010111000001111110110001001000101 | 92b83f5992b83f6245 |
EUC-JP | 頂?Y頂?bE | 110001001011101000111111010110011100010010111010001111110110001001000101 | c4ba3f59c4ba3f6245 |
UTF-8 | 頂줏Y頂줏bE | 111010011010000010000010111011001010010010001111010110011110100110100000100000101110110010100100100011110110001001000101 | e9a082eca48f59e9a082eca48f6245 |
UHC | 頂줏Y頂줏bE | 1111000010100010110000011101111001011001111100001010001011000001110111100110001001000101 | f0a2c1de59f0a2c1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)