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 | 谿醇刊痲 | 1110011010101110100011111000011010001010101001111110000110000100 | e6ae8f868aa7e184 |
EUC-JP | 谿醇刊痲 | 1110110010110000101111011110011010110100101010011110000111100100 | ecb0bde6b4a9e1e4 |
UTF-8 | 谿醇刊痲 | 111010001011000010111111111010011000011010000111111001011000100010001010111001111001011110110010 | e8b0bfe98687e5888ae797b2 |
UHC | 谿醇刊痲 | 1100110110101100111000101111010111001010110010101101100010100110 | cdace2f5cacad8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)