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 | 頂??俸? | 10010010101110000011111100111111100101011110111000111111 | 92b83f3f95ee3f |
EUC-JP | 頂??俸? | 11000100101110100011111100111111110010101111000000111111 | c4ba3f3fcaf03f |
UTF-8 | 頂얘렡俸황 | 111010011010000010000010111011001001011010011000111010111010000010100001111001001011111110111000111011011001100110101001 | e9a082ec9698eba0a1e4bfb8ed99a9 |
UHC | 頂얘렡俸황 | 11110000101000101011111011101010100011101011001011011100111001001100100010110010 | f0a2beea8eb2dce4c8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)