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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 踟庭ャ川ョエB | 11100110111101111001001011101011101011001001000011101100101011101011010001000010 | e6f792ebac90ecaeb442 |
EUC-JP | 踟庭ャ川ョエB | 11101100111110011100010011101101100011101010110011000000111011101000111010101110100011101011010001000010 | ecf9c4ed8eacc0ee8eae8eb442 |
UTF-8 | 踟庭ャ川ョエB | 11101000101110001001111111100101101110101010110111101111101111011010110011100101101101111001110111101111101111011010111011101111101111011011010001000010 | e8b89fe5baadefbdace5b79defbdaeefbdb442 |
UHC | ?庭?川??B | 001111111110111111010100001111111111010010111001001111110011111101000010 | 3fefd43ff4b93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)