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 | 辿湛叩淡辰 | 10010010010010001001001001011000100100100100000010010010010101111001001001000011 | 92489258924092579243 |
EUC-JP | 辿湛叩淡辰 | 11000011101010011100001110111001110000111010000111000011101110001100001110100100 | c3a9c3b9c3a1c3b8c3a4 |
UTF-8 | 辿湛叩淡辰 | 111010001011111010111111111001101011100110011011111001011000111110101001111001101011011110100001111010001011111010110000 | e8bebfe6b99be58fa9e6b7a1e8beb0 |
UHC | ?湛叩淡辰 | 001111111101001111000000110011011011000011010011101111111111001011100011 | 3fd3c0cdb0d3bff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)