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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押????? | 10001001100111110011111100111111001111110011111100111111 | 899f3f3f3f3f3f |
EUC-JP | 押??沅?? | 101100101010000100111111001111111000111111000110111010010011111100111111 | b2a13f3f8fc6e93f3f |
UTF-8 | 押믩셽沅㏝솤 | 111001101000101010111100111010111010111110101001111011001000010110111101111001101011001010000101111000111000111110011101111011001000011010100100 | e68abcebafa9ec85bde6b285e38f9dec86a4 |
UHC | 押믩셽沅㏝솤 | 111001001110001110010010111010111001100110000010111010101011011010100111111010011001100110011110 | e4e392eb9982eab6a7e9999e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)