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 | 蜷滕「ろ勍 | 111001011001000010011111111011001010001010000010111010111001100110100101 | e5909feca282eb99a5 |
EUC-JP | 蜷滕「ろ勍 | 11101001111100001101111011101110100011101010001010100100111011011101001010100111 | e9f0deee8ea2a4edd2a7 |
UTF-8 | 蜷滕「ろ勍 | 111010001001110010110111111001101011101110010101111011111011110110100010111000111000001010001101111001011000101110001101 | e89cb7e6bb95efbda2e3828de58b8d |
UHC | ???ろ勍 | 00111111001111110011111110101010111011011100110011001110 | 3f3f3faaedccce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)