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 | 燁??釉?? | 1111101101011001001111110011111111100111110101100011111100111111 | fb593f3fe7d63f3f |
EUC-JP | 燁??釉?? | 100011111100101010110011001111110011111111101110110110000011111100111111 | 8fcab33f3feed83f3f |
UTF-8 | 燁㎮벂釉듣괴 | 111001111000011110000001111000111000111010101110111010111011001010000010111010011000011110001001111010111001001110100011111010101011010010110100 | e78781e38eaeebb282e98789eb93a3eab4b4 |
UHC | 燁㎮벂釉듣괴 | 111001111010011110100111111000101001001110101000111010111011100010110101111010001011000110101011 | e7a7a7e293a8ebb8b5e8b1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)