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 | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
EUC-JP | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
UTF-8 | 溜삳젺C溜삥솹 | 11101111101001111000101111101100100000101011001111101100101000001011101001000011111011111010011110001011111011001000001010100101111011001000011010111001 | efa78bec82b3eca0ba43efa78bec82a5ec86b9 |
UHC | 溜삳젺C溜삥솹 | 11101010111111101011101111101011101000001010110101000011111010101111111010111011111001101001100110101110 | eafebbeba0ad43eafebbe699ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)