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 | 霍酌剰カ爵簣 | 1110100010110111100011101101111010001111111010001011011010001110110111011110001011001101 | e8b78ede8fe8b68edde2cd |
EUC-JP | 霍酌剰カ爵簣 | 111100001011100110111100111000001011111011101010100011101011011010111100110111111110010011001111 | f0b9bce0beea8eb6bcdfe4cf |
UTF-8 | 霍酌剰カ爵簣 | 111010011001110010001101111010011000010110001100111001011000100110110000111011111011110110110110111001111000100010110101111001111011000010100011 | e99c8de9858ce589b0efbdb6e788b5e7b0a3 |
UHC | ?酌??爵? | 0011111111101101110011000011111100111111111011011100100100111111 | 3fedcc3f3fedc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)