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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?讌巐駆ァッ\ | 00111111111001101010010111111010101101101000101111101100101001111010111101011100 | 3fe6a5fab68beca7af5c |
EUC-JP | 嶴讌巐駆ァッ\ | 100011111011101111110011111011001010011110001111101110111111100110110110111011101000111010100111100011101010111101011100 | 8fbbf3eca78fbbf9b6ee8ea78eaf5c |
UTF-8 | 嶴讌巐駆ァッ\ | 11100101101101101011010011101000101011101000110011100101101101111001000011101001101001111000011011101111101111011010011111101111101111011010111101011100 | e5b6b4e8ae8ce5b790e9a786efbda7efbdaf5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)