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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逵ク譎傳 | 11100111100111001011100011100110100110011001100101000010 | e79cb8e6999942 |
EUC-JP | 逵ク譎傳 | 1110110111111100100011101011100011101011111110011101000110100011 | edfc8eb8ebf9d1a3 |
UTF-8 | 逵ク譎傳 | 111010011000000010110101111011111011110110111000111010001010110110001110111001011000001010110011 | e980b5efbdb8e8ad8ee582b3 |
UHC | 逵?譎傳 | 11010000101100000011111111111101110100101110111011101110 | d0b03ffdd2eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)