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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕ス竏ォ逕・ | 111010011000000110111101111000101000100010101011111001111001010010100101 | e981bde288abe794a5 |
EUC-JP | 驕ス竏ォ逕・ | 111100011110000110001110101111011110001111101000100011101010101111101101111101001000111010100101 | f1e18ebde3e88eabedf48ea5 |
UTF-8 | 驕ス竏ォ逕・ | 111010011010100110010101111011111011110110111101111001111010101110001111111011111011110110101011111010011000000010010101111011111011110110100101 | e9a995efbdbde7ab8fefbdabe98095efbda5 |
UHC | 驕???逕? | 1100111011110110001111110011111100111111110011001110111100111111 | cef63f3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)