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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 隰晉朕迯ク\ | 11101000101011001001110111100111100100101011110111100111100011011011100001011100 | e8ac9de792bde78db85c |
EUC-JP | 隰晉朕迯ク\ | 1111000010101110110110101110100111000100101111111110110111101101100011101011100001011100 | f0aedae9c4bfeded8eb85c |
UTF-8 | 隰晉朕迯ク\ | 11101001100110101011000011100110100110011000100111100110100111001001010111101000101111111010111111101111101111011011100001011100 | e99ab0e69989e69c95e8bfafefbdb85c |
UHC | ?晉朕??\ | 0011111111110010110010111111001011111001001111110011111101011100 | 3ff2cbf2f93f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)