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 | 辟丞渕譯戳 | 11100111100001001000111111100101100111111011101011100110101000011001110101000110 | e7848fe59fbae6a19d46 |
EUC-JP | 辟丞渕譯戳 | 11101101111001001011111011100111110111101011110011101100101000111101100110100111 | ede4bee7debceca3d9a7 |
UTF-8 | 辟丞渕譯戳 | 111010001011111010011111111001001011100010011110111001101011100010010101111010001010110110101111111001101000100010110011 | e8be9fe4b89ee6b895e8adafe688b3 |
UHC | ?丞?譯? | 00111111111000111010101000111111111001101011101100111111 | 3fe3aa3fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)