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 | 易ч?浴?? | 100010001101010110000100100010010011111110010111100000010011111100111111 | 88d584893f97813f3f |
EUC-JP | 易ч?浴?? | 101100001101011110100111111010010011111111001101111000010011111100111111 | b0d7a7e93fcde13f3f |
UTF-8 | 易ч뮈浴㎩뤀 | 1110011010011000100100111101000110000111111010111010111010001000111001101011010110110100111000111000111010101001111010111010010010000000 | e69893d187ebae88e6b5b4e38ea9eba480 |
UHC | 易ч뮈浴㎩뤀 | 111001101011011010101100111010011011100110111111111010011011000110100111111001011000111110110001 | e6b6ace9b9bfe9b1a7e58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)