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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | 隰晉朕_ | 11101000101011001001110111100111100100101011110101011111 | e8ac9de792bd5f |
EUC-JP | 隰晉朕_ | 11110000101011101101101011101001110001001011111101011111 | f0aedae9c4bf5f |
UTF-8 | 隰晉朕_ | 11101001100110101011000011100110100110011000100111100110100111001001010101011111 | e99ab0e69989e69c955f |
UHC | ?晉朕_ | 001111111111001011001011111100101111100101011111 | 3ff2cbf2f95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)