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 | 蜷滕「ろ勍驥 | 1110010110010000100111111110110010100010100000101110101110011001101001011110100110000111 | e5909feca282eb99a5e987 |
EUC-JP | 蜷滕「ろ勍驥 | 111010011111000011011110111011101000111010100010101001001110110111010010101001111111000111100111 | e9f0deee8ea2a4edd2a7f1e7 |
UTF-8 | 蜷滕「ろ勍驥 | 111010001001110010110111111001101011101110010101111011111011110110100010111000111000001010001101111001011000101110001101111010011010100110100101 | e89cb7e6bb95efbda2e3828de58b8de9a9a5 |
UHC | ???ろ勍驥 | 001111110011111100111111101010101110110111001100110011101101000111001010 | 3f3f3faaedccced1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)