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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猶k? | 1001011101010000100000101000101100111111 | 9750828b3f |
EUC-JP | 猶k? | 1100110110110001101000111110101100111111 | cdb1a3eb3f |
UTF-8 | 猶k땝 | 111001111000110010110110111011111011110110001011111010111001010110011101 | e78cb6efbd8beb959d |
UHC | 猶k땝 | 111010111010001010100011111010111011011010101100 | eba2a3ebb6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)