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 | 1110100110000001101011101110010110000110100110010100001001000010 | e981aee586994242 |
EUC-JP | 驕ョ蜀傳B | 111100011110000110001110101011101110100111100110110100011010001101000010 | f1e18eaee9e6d1a342 |
UTF-8 | 驕ョ蜀傳B | 11101001101010011001010111101111101111011010111011101000100111001000000011100101100000101011001101000010 | e9a995efbdaee89c80e582b342 |
UHC | 驕?蜀傳B | 1100111011110110001111111111010110111001111011101110111001000010 | cef63ff5b9eeee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)