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 | 鞳磁襃レ棈 | 111010001110001110001110101001011110010111101111110110101111101001100100 | e8e38ea5e5efdafa64 |
EUC-JP | 鞳磁襃レ棈 | 1111000011100101101111001010011111101010111100011000111011011010100011111100001111111100 | f0e5bca7eaf18eda8fc3fc |
UTF-8 | 鞳磁襃レ棈 | 111010011001111010110011111001111010001110000001111010001010010110000011111011111011111010011010111001101010001110001000 | e99eb3e7a381e8a583efbe9ae6a388 |
UHC | ?磁??? | 001111111110110110111000001111110011111100111111 | 3fedb83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)