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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍シ讓」謠 | 1110100010110111101111001110011010101000101000111110011010001111 | e8b7bce6a8a3e68f |
EUC-JP | 霍シ讓」謠 | 11110000101110011000111010111100111011001010101010001110101000111110101111101111 | f0b98ebcecaa8ea3ebef |
UTF-8 | 霍シ讓」謠 | 111010011001110010001101111011111011110110111100111010001010111010010011111011111011110110100011111010001010110010100000 | e99c8defbdbce8ae93efbda3e8aca0 |
UHC | ??讓?謠 | 00111111001111111110010111010011001111111110100110101010 | 3f3fe5d33fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)