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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爰?新?善 | 1110000010100111001111111001000001010110001111111001000101010000 | e0a73f90563f9150 |
EUC-JP | 爰?新?善 | 1110000010101001001111111011111110110111001111111100000110110001 | e0a93fbfb73fc1b1 |
UTF-8 | 爰렢新잤善 | 111001111000100010110000111010111010000010100010111001101001011010110000111011001001111010100100111001011001011010000100 | e788b0eba0a2e696b0ec9ea4e59684 |
UHC | 爰렢新잤善 | 11101010101110101000111010110011111000111110011011000000111001001110000010111100 | eaba8eb3e3e6c0e4e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)