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 | 郤碑ゥ樒カ | 1110011110111010100101001110100010101001100111101110011110110110 | e7ba94e8a99ee7b6 |
EUC-JP | 郤碑ゥ樒カ | 11101110101111001100100011101010100011101010100111011100111010011000111010110110 | eebcc8ea8ea9dce98eb6 |
UTF-8 | 郤碑ゥ樒カ | 111010011000001110100100111001111010001010010001111011111011110110101001111001101010100010010010111011111011110110110110 | e983a4e7a291efbda9e6a892efbdb6 |
UHC | ?碑??? | 001111111101110111111000001111110011111100111111 | 3fddf83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)