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 | 11100111100110011001001011101011101011001001000011101100101011101011010001000010 | e79992ebac90ecaeb442 |
EUC-JP | 逋庭ャ川ョエB | 11101101111110011100010011101101100011101010110011000000111011101000111010101110100011101011010001000010 | edf9c4ed8eacc0ee8eae8eb442 |
UTF-8 | 逋庭ャ川ョエB | 11101001100000001000101111100101101110101010110111101111101111011010110011100101101101111001110111101111101111011010111011101111101111011011010001000010 | e9808be5baadefbdace5b79defbdaeefbdb442 |
UHC | 逋庭?川??B | 11111000111001111110111111010100001111111111010010111001001111110011111101000010 | f8e7efd43ff4b93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)