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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋗゙骼イン」 | 1111101111010000110111101110100110001110101100101101110110100011 | fbd0dee98eb2dda3 |
EUC-JP | 鋗゙骼イン」 | 10001111111001001100000110001110110111101111000111101110100011101011001010001110110111011000111010100011 | 8fe4c18edef1ee8eb28edd8ea3 |
UTF-8 | 鋗゙骼イン」 | 111010011000101110010111111011111011111010011110111010011010101010111100111011111011110110110010111011111011111010011101111011111011110110100011 | e98b97efbe9ee9aabcefbdb2efbe9defbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)