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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 狒祿狒齋K | 111000001011111111100010010100101110000010111111111000100101011001001011 | e0bfe252e0bfe2564b |
EUC-JP | 狒祿狒齋K | 111000001100000111100011101100111110000011000001111000111011011101001011 | e0c1e3b3e0c1e3b74b |
UTF-8 | 狒祿狒齋K | 11100111100010111001001011100111101001011011111111100111100010111001001011101001101111011000101101001011 | e78b92e7a5bfe78b92e9bd8b4b |
UHC | ?祿?齋K | 00111111110101101101111100111111111011101011000101001011 | 3fd6df3feeb14b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)