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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 茁?運?] | 11111011100100110011111110001001010111100011111101011101 | fb933f895e3f5d |
EUC-JP | 茁?運?] | 1000111111010111110111100011111110110001101111110011111101011101 | 8fd7de3fb1bf3f5d |
UTF-8 | 茁렯運렩] | 11101000100011001000000111101011101000001010111111101001100000011000101111101011101000001010100101011101 | e88c81eba0afe9818beba0a95d |
UHC | 茁렯運렩] | 111100011110100010001110101111001110101010100001100011101011011101011101 | f1e88ebceaa18eb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)