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 | 探樽叩村 | 1001001001010100100100100100110110010010010000001001000110111010 | 9254924d924091ba |
EUC-JP | 探樽叩村 | 1100001110110101110000111010111011000011101000011100001010111100 | c3b5c3aec3a1c2bc |
UTF-8 | 探樽叩村 | 111001101000111010100010111001101010100010111101111001011000111110101001111001101001110110010001 | e68ea2e6a8bde58fa9e69d91 |
UHC | 探樽叩村 | 1111011110101110111100011101110011001101101100001111010110111101 | f7aef1dccdb0f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)