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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遵??峯? | 10001111100001010011111100111111100101011111010100111111 | 8f853f3f95f53f |
EUC-JP | 遵??峯? | 10111101111001010011111100111111110010101111011100111111 | bde53f3fcaf73f |
UTF-8 | 遵면렪峯렜 | 111010011000000110110101111010111010100110110100111010111010000010101010111001011011001110101111111010111010000010011100 | e981b5eba9b4eba0aae5b3afeba09c |
UHC | 遵면렪峯렜 | 11110001111001011011100011101001100011101011100011011100111001111000111010101110 | f1e5b8e98eb8dce78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)