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 | ??????SB | 0011111100111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f3f5342 |
SJIS-WIN | ???倭??SB | 001111110011111100111111100110000110000000111111001111110101001101000010 | 3f3f3f98603f3f5342 |
EUC-JP | ???倭??SB | 001111110011111100111111110011111100000100111111001111110101001101000010 | 3f3f3fcfc13f3f5342 |
UTF-8 | 吳뱄쉿倭롳폀SB | 1110010110010000101100111110101110110001100001001110110010001001101111111110010110000000101011011110101110100001101100111110110110001111100000000101001101000010 | e590b3ebb184ec89bfe580adeba1b3ed8f805342 |
UHC | 吳뱄쉿倭롳폀SB | 1110011111101111101110011110111110111101101100101110100011011110100011101110111110111100100011110101001101000010 | e7efb9efbdb2e8de8eefbc8f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)