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 | ???楯?? | 00111111001111110011111110001111011111000011111100111111 | 3f3f3f8f7c3f3f |
EUC-JP | ???楯?? | 00111111001111110011111110111101110111010011111100111111 | 3f3f3fbddd3f3f |
UTF-8 | 琉띠쓪楯띾죦 | 111011111010011110001100111010111001110110100000111011001001001110101010111001101010010110101111111010111001110110111110111011001010001110100110 | efa78ceb9da0ec93aae6a5afeb9dbeeca3a6 |
UHC | 琉띠쓪楯띾죦 | 111010111010010010110110111011001001110110001010111000101110010010001101111010111010000110000001 | eba4b6ec9d8ae2e48deba181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)