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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????đ? | 001111110011111100111111001111110011111110001111101010011100001000111111 | 3f3f3f3f3f8fa9c23f |
UTF-8 | 琉쀨뜇女뉐đ璘 | 1110111110100111100011001110110010000000101010001110101110011100100001111110111110100110100000011110101110001001100100001100010010010001111011111010011110101111 | efa78cec80a8eb9c87efa681eb8990c491efa7af |
UHC | 琉쀨뜇女뉐đ璘 | 1110101110100100100101111110100010001101100010101110010111111100100001111110010110101001101000101110110011011110 | eba497e88d8ae5fc87e5a9a2ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)