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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譚第」唳 | 11100110100111011001000111100110101000111001101001011001 | e69d91e6a39a59 |
EUC-JP | 譚第」唳 | 1110101111111101110000101110100010001110101000111101001110111010 | ebfdc2e88ea3d3ba |
UTF-8 | 譚第」唳 | 111010001010110110011010111001111010110010101100111011111011110110100011111001011001010010110011 | e8ad9ae7acacefbda3e594b3 |
UHC | 譚第?? | 110100111100100111110000101011110011111100111111 | d3c9f0af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)