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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 醍?瀞?B | 10010001111001110011111110010011110100100011111101000010 | 91e73f93d23f42 |
EUC-JP | 醍?瀞?B | 11000010111010010011111111000110110101000011111101000010 | c2e93fc6d43f42 |
UTF-8 | 醍렕瀞렕B | 11101001100001101000110111101011101000001001010111100111100000001001111011101011101000001001010101000010 | e9868deba095e7809eeba09542 |
UHC | 醍렕瀞렕B | 111100001011010110001110101010101110111111100111100011101010101001000010 | f0b58eaaefe78eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)