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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霈ー釥オ蒟 | 1110100010111100101100001111101111000000101101011110010011100101 | e8bcb0fbc0b5e4e5 |
EUC-JP | 霈ー釥オ蒟 | 1111000010111110100011101011000010001111111000111010101110001110101101011110100011100111 | f0be8eb08fe3ab8eb5e8e7 |
UTF-8 | 霈ー釥オ蒟 | 111010011001110010001000111011111011110110110000111010011000011110100101111011111011110110110101111010001001001010011111 | e99c88efbdb0e987a5efbdb5e8929f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)