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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 辿湛辿棚] | 100100100100100010010010010110001001001001001000100100100100100101011101 | 92489258924892495d |
EUC-JP | 辿湛辿棚] | 110000111010100111000011101110011100001110101001110000111010101001011101 | c3a9c3b9c3a9c3aa5d |
UTF-8 | 辿湛辿棚] | 11101000101111101011111111100110101110011001101111101000101111101011111111100110101000111001101001011101 | e8bebfe6b99be8bebfe6a39a5d |
UHC | ?湛?棚] | 00111111110100111100000000111111110111011101110001011101 | 3fd3c03fdddc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)