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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 製????盆^ | 100100001011101100111111001111110011111100111111100101100111111001011110 | 90bb3f3f3f3f967e5e |
EUC-JP | 製???焌盆^ | 1100000010111101001111110011111100111111100011111100100111101000110010111101111101011110 | c0bd3f3f3f8fc9e8cbdf5e |
UTF-8 | 製렩罹렗焌盆^ | 11101000101000111011110111101011101000001010100111101111101001111010011011101011101000001001011111100111100001001000110011100111100110111000011001011110 | e8a3bdeba0a9efa7a6eba097e7848ce79b865e |
UHC | 製렩罹렗焌盆^ | 11110000101100101000111010110111111011001011101010001110101011001111000111100000110111011100111001011110 | f0b28eb7ecba8eacf1e0ddce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)