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 | ?F??] | 0011111101000110001111110011111101011101 | 3f463f3f5d |
SJIS-WIN | 辰F辿湛] | 1001001001000011010001101001001001001000100100100101100001011101 | 924346924892585d |
EUC-JP | 辰F辿湛] | 1100001110100100010001101100001110101001110000111011100101011101 | c3a446c3a9c3b95d |
UTF-8 | 辰F辿湛] | 1110100010111110101100000100011011101000101111101011111111100110101110011001101101011101 | e8beb046e8bebfe6b99b5d |
UHC | 辰F?湛] | 11110010111000110100011000111111110100111100000001011101 | f2e3463fd3c05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)