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 | 霆丞渕譯戳 | 11101000101110111000111111100101100111111011101011100110101000011001110101000110 | e8bb8fe59fbae6a19d46 |
EUC-JP | 霆丞渕譯戳 | 11110000101111011011111011100111110111101011110011101100101000111101100110100111 | f0bdbee7debceca3d9a7 |
UTF-8 | 霆丞渕譯戳 | 111010011001110010000110111001001011100010011110111001101011100010010101111010001010110110101111111001101000100010110011 | e99c86e4b89ee6b895e8adafe688b3 |
UHC | 霆丞?譯? | 1110111111111101111000111010101000111111111001101011101100111111 | effde3aa3fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)